1
dytyqx
2026-03-12 11d2a86609e819bf258dd5bf1ebff33857d80faa
WebAPI/Controllers/MJGL/Sc_MouldUpperBillController.cs
@@ -2015,7 +2015,7 @@
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "查无数据!";
                    objJsonResult.Message = "当前模具未做上模单,查询失败!";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
@@ -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";