소스 검색

错误修复

shenjingwei 1 주 전
부모
커밋
89ad4915a4
2개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      src/custom/service/GetStockBillFromMQWms.java
  2. 0 2
      src/custom/service/GetStockBillFromTQWms.java

+ 0 - 1
src/custom/service/GetStockBillFromMQWms.java

@@ -124,7 +124,6 @@ public class GetStockBillFromMQWms extends ServiceController {
                 stStockbillitems.setValue("st_stockbillid", st_stockbillid);
                 stStockbillitems.setValue("siteid", "MD");
                 stStockbillitems.setValue("rowno", 1);
-                stStockbillitems.setValue("createby", "WMS");
                 stStockbillitems.setValue("itemid", coderow.getLong("itemid"));
                 stStockbillitems.setValue("skucontrol", true);
                 stStockbillitems.setValue("itemno", coderow.getString("itemno"));

+ 0 - 2
src/custom/service/GetStockBillFromTQWms.java

@@ -130,7 +130,6 @@ public class GetStockBillFromTQWms extends ServiceController {
                 stStockbillitems.setValue("st_stockbillid", st_stockbillid);
                 stStockbillitems.setValue("siteid", "MD");
                 stStockbillitems.setValue("rowno", 1);
-                stStockbillitems.setValue("createby", "WMS");
                 stStockbillitems.setValue("itemid", coderow.getLong("itemid"));
                 stStockbillitems.setValue("skucontrol", true);
                 stStockbillitems.setValue("itemno", coderow.getString("itemno"));
@@ -277,7 +276,6 @@ public class GetStockBillFromTQWms extends ServiceController {
                 stStockbillitems.setValue("st_stockbillid", st_stockbillid);
                 stStockbillitems.setValue("siteid", "MD");
                 stStockbillitems.setValue("rowno", 1);
-                stStockbillitems.setValue("createby", "WMS");
                 stStockbillitems.setValue("itemid", coderow.getLong("itemid"));
                 stStockbillitems.setValue("itemno", coderow.getString("itemno"));
                 stStockbillitems.setValue("itemname", coderow.getString("itemname"));