服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-11-08 654e40dafb7cf02a0e0eb18f7c8c8927bbc7f770
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())