StandardInterface/MES.Service/service/BasicData/Material/MesItemsManager.cs
@@ -107,10 +107,11 @@ .SetColumns(s => s.Fforbidstatus == status) .Where(s => s.Id == itemId).ExecuteCommand(); if (result > 0) return true; /* if (result > 0) return true; throw new NotImplementedException(status == "A" ? "启用失败" : "禁用失败"); throw new NotImplementedException(status == "A" ? "启用失败" : "禁用失败");*/ return true; } private bool InsertItem(SqlSugarScope db, MesItems entity)