cdk
昨天 1cd4e66b490e4b6cc3368771cdff164990e152e7
MES.Service/service/BasicData/ProductionOrderManager.cs
@@ -97,8 +97,13 @@
            .IgnoreColumnsNull()
            .ExecuteCommand() > 0;
        
        if (orUpdate && baOrUpdate) return true;
        if (orUpdate && baOrUpdate)
        {
            db.Ado.ExecuteCommand("exec [dbo].[prc_unit_check] @billno, @ModuleType",
                new { billno = mesRohIn.OrderNo, ModuleType = "委外工单" });
            return true;
        }
        throw new NotImplementedException("插入或更新失败");
    }