Просмотр исходного кода

厂边库排队问题处理。

xiaosonghong 1 год назад
Родитель
Сommit
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,
                                                String capacityNumber,
                                                Integer isSpelling
                                                Integer isSpelling
     ){
     ){
+        mapValue.put("inboundWarehouse", null);
         if(locationId != null)
         if(locationId != null)
             mapValue.put("locationId", locationId);
             mapValue.put("locationId", locationId);
         if(capacityNumber != null && !"".equals(capacityNumber))
         if(capacityNumber != null && !"".equals(capacityNumber))