| 
					
				 | 
			
			
				@@ -1187,8 +1187,9 @@ public class TMSController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           Integer orderType, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           String con, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           String userId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                          String userIds){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return tmsTruckFeign.getAllLoadResult(mapValue == null ? new HashMap<>() : mapValue, apiId, pageNum, pageSize, status, orderType, con,userId,userIds); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                          String userIds, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                String startTime,String endTime){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return tmsTruckFeign.getAllLoadResult(mapValue == null ? new HashMap<>() : mapValue, apiId, pageNum, pageSize, status, orderType, con,userId,userIds,startTime,endTime); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiOperation(value = "新增采购汽车装车实绩") 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2218,9 +2219,10 @@ public class TMSController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            Integer pageNum, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            Integer pageSize, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                            String startTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                           String endTime 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                           String endTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                 String con 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return tmsTruckFeign.getLXInwardReport(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, startTime, endTime); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return tmsTruckFeign.getLXInwardReport(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, startTime, endTime,con); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2301,6 +2303,13 @@ public class TMSController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return map; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @ApiOperation("根据船舶位置查询船舶动态") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @PostMapping("/getShipLocationStatus") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public Map<String,Object> getShipLocationStatus(String shipLocation) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        Map<String, Object> map = tmsshipFeign.getShipLocationStatus(shipLocation); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        return map; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //根据用户输入提货联系人模糊查询提货联系人、提货人身份证号、联系电话 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiOperation(value="根据用户输入提货联系人模糊查询提货联系人、提货人身份证号、联系电话", notes="模糊查询") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ApiImplicitParams({ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2310,5 +2319,6 @@ public class TMSController extends BaseRESTfulController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @PostMapping("/getPersonByName") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public Map<String,Object>  getPersonByName(@RequestParam(value ="personName")String personName){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return tmsshipFeign.getPersonByName(personName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |