|
@@ -39,8 +39,8 @@ public class PersonDeviceFilterLogController {
|
|
|
private PersonInfoService personInfoService;
|
|
|
|
|
|
@ApiOperation(value="体温记录(正常、异常)")
|
|
|
- @GetMapping("edit/{id}")
|
|
|
- public MessageResult<PersonDeviceFilterLogDTO> edit(@PathVariable("id") Long id){
|
|
|
+ @GetMapping("detail/{id}")
|
|
|
+ public MessageResult<PersonDeviceFilterLogDTO> detail(@PathVariable("id") Long id){
|
|
|
MessageResult<PersonDeviceFilterLogDTO> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|