| 
					
				 | 
			
			
				@@ -146,7 +146,7 @@ public class TmsshipUnloadShipResultController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(con != null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(!"undefined".equals(con)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                String index="get_unLoad_ship_list"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                String index="get_unload_ship_list"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return success(esFeign.getConResult(mapVal,index,apiId,pageNum,pageSize,con)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -154,14 +154,14 @@ public class TmsshipUnloadShipResultController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<Map<String, Object>> detailListTotal = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (mapVal == null) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if (mapVal.size() == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             detailListTotal = tmsshipUnloadShipResultService.selectUnloadShipList(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Map<String, Object> map = new HashMap<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            map.put("index", "get_unLoad_ship_list"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            map.put("index", "get_unload_ship_list"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            map.put("indexId", "resultId"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            map.put("indexId", "unloadResultId"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             detailListTotal.add(map); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String s = JSON.toJSONString(detailListTotal); 
			 |