| 
														
															@@ -654,11 +654,13 @@ public class TMSController extends BaseRESTfulController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                          Integer pageSize, 
														 | 
														
														 | 
														
															                                                          Integer pageSize, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                          Integer apiId, 
														 | 
														
														 | 
														
															                                                          Integer apiId, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                                          Integer status, 
														 | 
														
														 | 
														
															                                                          Integer status, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                                                         @RequestParam(required = false) String con) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                                                         @RequestParam(required = false) String con, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                                                         @RequestParam(required = false) String startTime, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                                                         @RequestParam(required = false) String endTime) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (mapValue == null) { 
														 | 
														
														 | 
														
															         if (mapValue == null) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             mapValue = new HashMap<>(); 
														 | 
														
														 | 
														
															             mapValue = new HashMap<>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        return tmsshipFeign.getshipDeliveryNoticeList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,status,con); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        return tmsshipFeign.getshipDeliveryNoticeList(mapValue==null?new HashMap<>():mapValue, pageNum, pageSize, apiId,status,con,startTime,endTime); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @PostMapping("insertDeliveryNotice") 
														 | 
														
														 | 
														
															     @PostMapping("insertDeliveryNotice") 
														 |