yangle
2023-11-22 080c9bfe394742c125af1bb17f8b463e6add957a
单品过站完善
1个文件已修改
2 ■■■■■ 已修改文件
WebAPI/Controllers/CJGL/Cj_SingleStationController.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();