wtt
2 天以前 ce4d3fa3964e0736e147c7e6ebf72001d3e5550a
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -3106,7 +3106,7 @@
                    sReturn = "单据未找到!";
                    return false;
                }
                oCN.RunProc(" Update a set HChecker='" + HChecker + "',HCheckDate='" + HCheckDate + "' from Sc_StationOutBillMain with(nolock) Where HInterID=" + lngBillKey.ToString());
                oCN.RunProc(" Update a set HChecker='" + HChecker + "',HCheckDate='" + HCheckDate + "' from Sc_StationOutBillMain a Where HInterID=" + lngBillKey.ToString());
                oCN.RunProc("exec h_p_Mes_ProcessExchangeRelationQty_Check_In " + lngBillKey.ToString() + ",1");
                //判断是否是 末道工序
                DataSet ds1;