@@ -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))