自动化立体仓库 - WMS系统
lty
4 天以前 57975f00790aea9ffea369c0c68b55137bf4123e
src/main/java/com/zy/third/erp/task/ERPOutCancelScheduler.java
@@ -32,7 +32,7 @@
    public void InCancelScheduler() {
        //log.info("InCancelScheduler开始了");
        if (!erpEnabled) return;
        String sqlInCancelTB = "select * from erp_OutCancelTB where LKName='中扬二期'";
        String sqlInCancelTB = "select * from erp_OutCancelTB where LKName='高霖立库'";
        List<OutCancelTB> ins = erpSqlServer.select(sqlInCancelTB, OutCancelTB.class);
        for (OutCancelTB in : ins) {
            com.zy.third.lk.entity.InCancelTB lkCancel = inMS.tryCancel(in.getBillNo());