WebAPI/Controllers/MJGL/Sc_MouldUpperBillController.cs
@@ -2396,7 +2396,7 @@ if (OperationType == 1) // 新增 { objJsonResult = AfterSave_MouldLowerBill(HInterID, HBillNo, 1); if (objJsonResult.count == 0) if (objJsonResult.code == "0") { oCN.RollBack(); objJsonResult.code = "0"; @@ -2408,7 +2408,7 @@ else // 修改/复制 { objJsonResult = AfterSave_MouldLowerBill(HInterID, HBillNo, 2); if (objJsonResult.count == 0) if (objJsonResult.code == "0") { oCN.RollBack(); objJsonResult.code = "0";