不是注塑的提报载具直接合格

This commit is contained in:
2024-10-14 17:13:26 +08:00
parent da3db7aee6
commit d0f6bfb459

View File

@@ -2159,6 +2159,15 @@ namespace Tnb.ProductionMgr
// bool isCheckFlag = !basMaterial.category_id.Contains("ZZCP");
bool isCheckFlag = basMaterial.category_id.Contains("ZSJ");
//不是注塑的提报直接合格
if (!isCheckFlag)
{
await _db.Updateable<WmsCarryH>()
.SetColumns(x => x.is_check == EnumCheckConclusion..ParseToInt().ToString())
.Where(x => x.id == wmsCarryH.id)
.ExecuteCommandAsync();
}
#region
//质检模块