|
|
@@ -2163,11 +2163,10 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
{
|
|
|
return "机具未绑定,不支持解绑";
|
|
|
}
|
|
|
- //暂时屏蔽,测试完成后必须取消
|
|
|
- // if (pos.BindingTime < DateTime.Now.AddDays(-30) && SysUserName != "admin")
|
|
|
- // {
|
|
|
- // return "机具绑定已超过30天,不支持解绑";
|
|
|
- // }
|
|
|
+ if (pos.BindingTime < DateTime.Now.AddDays(-30) && SysUserName != "admin")
|
|
|
+ {
|
|
|
+ return "机具绑定已超过30天,不支持解绑";
|
|
|
+ }
|
|
|
if (pos.CreditTrade > 0 || !string.IsNullOrEmpty(pos.SeoKeyword))
|
|
|
{
|
|
|
return "该机具已交易,无法解绑";
|