浏览代码

厂边库排队问题处理。

xiaosonghong 2 月之前
父节点
当前提交
7ed9bafa7b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/steerinfo/dil/controller/QmsQueueResultController.java

+ 1 - 0
src/main/java/com/steerinfo/dil/controller/QmsQueueResultController.java

@@ -130,6 +130,7 @@ public class QmsQueueResultController extends BaseRESTfulController {
                                                String capacityNumber,
                                                Integer isSpelling
     ){
+        mapValue.put("inboundWarehouse", null);
         if(locationId != null)
             mapValue.put("locationId", locationId);
         if(capacityNumber != null && !"".equals(capacityNumber))