소스 검색

厂边库排队问题处理。

xiaosonghong 1 년 전
부모
커밋
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))