自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-07-11 5d7ce363bad851134f3f3f644fe03fb5ec61ab6e
src/main/java/com/zy/asrs/task/handler/WorkMastHandler.java
@@ -38,11 +38,11 @@
    private WaitPakinService waitPakinService;
    public ReturnT<String> start(WrkMast wrkMast) {
        // 4.入库完成
        if (wrkMast.getWrkSts() == 4) {
        // 9.入库完成
        if (wrkMast.getWrkSts() == 9) {
            return doIn(wrkMast);
        // 14.出库完成
        } else  if (wrkMast.getWrkSts() == 14) {
            // 17.出库完成
        } else  if (wrkMast.getWrkSts() == 17) {
            return doOut(wrkMast);
        }
        return SUCCESS;