| 
					
				 | 
			
			
				@@ -203,6 +203,7 @@ public class WmsInboundResultController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                              Integer apiId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                              Integer pageNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                              Integer pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                             Integer warehouseId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                              String con) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (mapValue == null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             mapValue = new HashMap<>(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -213,6 +214,7 @@ public class WmsInboundResultController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return success(esFeign.getConResult(mapValue,index,apiId,pageNum,pageSize,con)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        mapValue.put("warehouseId",warehouseId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<Map<String,Object>>inboundResultList = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(mapValue.size() == 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -281,7 +283,7 @@ public class WmsInboundResultController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     BigDecimal houseGrid = rmsPwarehouseGridService.selectGrid(mapList.size()-(i+1), personnelWorkshopid,new BigDecimal(item.get("materialId").toString())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    WmspInboundResult wmspInboundResult = wmsInboundResultServiceImpl.initAndWmspInboundResult(0,i+1,personnelWorkshopid,groupId,userName,wmspInboundDistribute.getDistributeId(),houseGrid,item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    WmspInboundResult wmspInboundResult = wmsInboundResultServiceImpl.initAndWmspInboundResult(1,i+1,personnelWorkshopid,groupId,userName,wmspInboundDistribute.getDistributeId(),houseGrid,item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     int status= wmsInboundScanResultServiceImpl.updateInboundScanStatus(new BigDecimal(item.get("resultId").toString()),wmspInboundResult.getInboundId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      
			 |