|
|
@@ -2064,10 +2064,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 "该机具已交易,无法解绑";
|