| 
					
				 | 
			
			
				@ -636,6 +636,7 @@ public class JobController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @RequestMapping(value = "cancelSinglePre", method = RequestMethod.GET) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @ApiOperation("取消未接诊") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String cancelSinglePre(String outpatientId){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNotBlank(outpatientId)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            System.out.println(outpatientId); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -644,7 +645,8 @@ public class JobController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return prescriptionStatusUpdateService.cancelAll(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @RequestMapping(value = "cancelRecivePre", method = RequestMethod.GET) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @RequestMapping(value = "overRecivePre", method = RequestMethod.GET) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @ApiOperation("结束接诊") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public void cancelRecivePre(String outpatientId){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNotBlank(outpatientId)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            System.out.println(outpatientId); 
			 |