|
@@ -44,7 +44,7 @@ public class PersonDeviceFilterLogController {
|
|
|
@ApiImplicitParam(name="token",value = "令牌",required = true,paramType = "form"),
|
|
|
@ApiImplicitParam(name="id",value = "编号",paramType = "form")
|
|
|
})
|
|
|
- public MessageResult<PersonDeviceFilterLogDTO> detail(@PathVariable("id") Long id,String token){
|
|
|
+ public MessageResult<PersonDeviceFilterLogDTO> detail(Long id,String token){
|
|
|
MessageResult<PersonDeviceFilterLogDTO> msgResult = new MessageResult<>();
|
|
|
|
|
|
try {
|