WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
@@ -339,7 +339,7 @@ { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "配件清单查无数据!"; objJsonResult.Message = "配件清单查无数据!,可能是当前用户工序不正确或者流转卡输入错误!"; objJsonResult.data = null; return objJsonResult; } @@ -1056,6 +1056,8 @@ //反写工序出站单的不良数量 oCN.RunProc("update Sc_StationOutBillMain set HBadCount-=1 where HProcExchInterID='" + HProcExchInterID + "' and HProcExchEntryID=" + HProcExchEntryID); //反写流转卡状态 oCN.RunProc("update Gy_BarCodeBill set HStatus='' where HBarCode='" + HBarCode + "'"); oCN.Commit();