diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs index f8075c97..81a5d52a 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs @@ -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() + .SetColumns(x => x.is_check == EnumCheckConclusion.合格.ParseToInt().ToString()) + .Where(x => x.id == wmsCarryH.id) + .ExecuteCommandAsync(); + } + #region 质检模块 //质检模块