|  | @@ -59,7 +59,9 @@ public interface TmsTruckFeign {
 | 
											
												
													
														|  |                                            @RequestParam("orderType") Integer orderType,
 |  |                                            @RequestParam("orderType") Integer orderType,
 | 
											
												
													
														|  |                                            @RequestParam("con")   String con,
 |  |                                            @RequestParam("con")   String con,
 | 
											
												
													
														|  |                                            @RequestParam("userId") String userId,
 |  |                                            @RequestParam("userId") String userId,
 | 
											
												
													
														|  | -                                          @RequestParam("userIds") String userIds
 |  | 
 | 
											
												
													
														|  | 
 |  | +                                          @RequestParam("userIds") String userIds,
 | 
											
												
													
														|  | 
 |  | +                                                @RequestParam("startTime") String startTime,
 | 
											
												
													
														|  | 
 |  | +                                                @RequestParam("endTime") String endTime
 | 
											
												
													
														|  |      );
 |  |      );
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      @PostMapping("api/v1/truckTms/tmstruckloadresults/selectLoadResultForConverted")
 |  |      @PostMapping("api/v1/truckTms/tmstruckloadresults/selectLoadResultForConverted")
 | 
											
										
											
												
													
														|  | @@ -525,7 +527,8 @@ public interface TmsTruckFeign {
 | 
											
												
													
														|  |                                       @RequestParam Integer pageNum,
 |  |                                       @RequestParam Integer pageNum,
 | 
											
												
													
														|  |                                       @RequestParam Integer pageSize,
 |  |                                       @RequestParam Integer pageSize,
 | 
											
												
													
														|  |                                       @RequestParam String startTime,
 |  |                                       @RequestParam String startTime,
 | 
											
												
													
														|  | -                                     @RequestParam String endTime);
 |  | 
 | 
											
												
													
														|  | 
 |  | +                                     @RequestParam String endTime,
 | 
											
												
													
														|  | 
 |  | +                                          @RequestParam String con);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      @PostMapping("api/v1/truckTms/statisticalReport/getInwardReportForAssemble")
 |  |      @PostMapping("api/v1/truckTms/statisticalReport/getInwardReportForAssemble")
 |