yangle
2023-11-22 080c9bfe394742c125af1bb17f8b463e6add957a
WebAPI/Controllers/CJGL/Cj_SingleStationController.cs
@@ -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();