| 
					
				 | 
			
			
				@ -95,7 +95,7 @@ public class MqSdkController extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                               @RequestParam(value = "startTime", required = false) String startTime, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                               @ApiParam(name = "endTime", value = "结束时间") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                               @RequestParam(value = "endTime", required = false) String endTime) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<WlyyOutpatientVO> obj = entranceService.BS30025(patNo,conNo, startTime, endTime, demoFlag); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<WlyyOutpatientVO> obj = entranceService.BS30025(patNo,conNo, startTime, endTime, demoFlag,null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return success(obj); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 |