src/main/java/com/zy/asrs/task/handler/WCSReportHandler.java
@@ -67,7 +67,11 @@ task.setTaskType(1);//出库 task.setStartNode(wrkMast.getSourceLocNo());//源库位 task.setEndNode(outDevp); }else{//空板出库 }else if(wrkMast.getIoType() == 11){//移库 task.setTaskType(2);//移库 task.setStartNode(wrkMast.getSourceLocNo());//源库位 task.setEndNode(wrkMast.getLocNo());//目标库位 } else {//空板出库 task.setTaskType(1);//出库 task.setStartNode(wrkMast.getSourceLocNo());//源库位 task.setEndNode("100");