| 
					
				 | 
			
			
				@ -33,8 +33,8 @@ public class ReservationSettingEndpoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @PostMapping(value = "/create") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @ApiOperation(value = "新增服务配置信息", notes = "服务配置") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public Envelop createResverationSetting( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @ApiParam(name = "json_data", value = "Json数据", required = true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @RequestBody String jsonData) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @ApiParam(name = "json_data", value = "JSON数据", required = true, defaultValue = "15") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @RequestParam(value = "json_data") String jsonData ) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        int flag = -1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        WlyyHospitalReservationSettingDO wlyyHospitalReservationSettingDO = new WlyyHospitalReservationSettingDO(); 
			 |