|  | @ -19,10 +19,13 @@ import io.swagger.annotations.Api;
 | 
												
													
														
															|  | import io.swagger.annotations.ApiOperation;
 |  | import io.swagger.annotations.ApiOperation;
 | 
												
													
														
															|  | import io.swagger.annotations.ApiParam;
 |  | import io.swagger.annotations.ApiParam;
 | 
												
													
														
															|  | import iot.device.LocationDataVO;
 |  | import iot.device.LocationDataVO;
 | 
												
													
														
															|  | 
 |  | import jxl.demo.Write;
 | 
												
													
														
															|  | import org.apache.commons.lang3.StringUtils;
 |  | import org.apache.commons.lang3.StringUtils;
 | 
												
													
														
															|  | import org.springframework.beans.factory.annotation.Autowired;
 |  | import org.springframework.beans.factory.annotation.Autowired;
 | 
												
													
														
															|  | 
 |  | import org.springframework.beans.factory.annotation.Value;
 | 
												
													
														
															|  | import org.springframework.web.bind.annotation.*;
 |  | import org.springframework.web.bind.annotation.*;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | import java.io.Writer;
 | 
												
													
														
															|  | import java.util.HashMap;
 |  | import java.util.HashMap;
 | 
												
													
														
															|  | import java.util.List;
 |  | import java.util.List;
 | 
												
													
														
															|  | import java.util.Map;
 |  | import java.util.Map;
 | 
												
											
												
													
														
															|  | @ -672,4 +675,15 @@ public class MonitorPlatformController extends EnvelopRestEndpoint {
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |         return success( iotPatientDeviceService.getNameAndCode(idCard,snCode));
 |  |         return success( iotPatientDeviceService.getNameAndCode(idCard,snCode));
 | 
												
													
														
															|  |     }
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     @GetMapping(value="/getEquipmentDetail")
 | 
												
													
														
															|  | 
 |  |     @ApiOperation("健康小屋详情")
 | 
												
													
														
															|  | 
 |  |     public Envelop getEquipmentDetail(@RequestParam(value = "deviceSn",required = true)
 | 
												
													
														
															|  | 
 |  |                              @ApiParam(name="deviceSn",value ="设备SN码",required = true)String deviceSn){
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |         return success(monitorPlatformService.getEquipmentDetail(deviceSn));
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  |     }
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | }
 |  | }
 |