|  | @ -125,7 +125,7 @@ public class WlyyDeviceController extends BaseController {
 | 
	
		
			
				|  |  |      * 设备删除     屏蔽部分为患者端解绑设备
 | 
	
		
			
				|  |  |      */
 | 
	
		
			
				|  |  |     @ApiOperation("设备删除")
 | 
	
		
			
				|  |  |     @RequestMapping(value = "DeletePatientDevice",method = {RequestMethod.GET,RequestMethod.POST})
 | 
	
		
			
				|  |  |     @RequestMapping(value = "deletePatientDevice",method = {RequestMethod.POST})
 | 
	
		
			
				|  |  |     @ResponseBody
 | 
	
		
			
				|  |  |     public String delete(
 | 
	
		
			
				|  |  |             @ApiParam(name="deviceSn",value="设备SN")
 |