Tiger.Business.MES/Common/WorkBatch.cs
@@ -659,7 +659,7 @@ } } while (curpkg.Any()); db.Updateable(curpkg, user).ExecuteCommand(); db.Updateable(pkgs, user).ExecuteCommand(); //MES_WIP_DFT,在上仓库装配和维修之前,先把不良记录标记为已处理 db.Updateable<MES_WIP_DFT>(user) .SetColumns(q => q.STATUS == MES_WIP_DFT.STATUSs.Resolved.GetValue())