| Services/MesOrderStaManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Services/MesOrderStaManager.cs
@@ -105,10 +105,9 @@ if (entity.Flag == 1) { // 调用存储过程执行自动首检 // Db.Ado.ExecuteCommand( // "BEGIN AUTOMATIC_IPQC_FIRST_CHECK(:BILL_NO); END;", // new SugarParameter("BILL_NO", womdaa.Daa001, // DbType.String)); Db.Ado.ExecuteCommand( "BEGIN AUTOMATIC_IPQC_FIRST_CHECK(:BILL_NO); END;", new SugarParameter("BILL_NO", womdaa.Daa001, System.Data.DbType.String)); var automaticIpqcFirstCheck = mesQaItemsDetect02Manager .AutomaticIpqcFirstCheck(womdaa.Daa001);