提交 e58b7f5c authored 作者: yangqi's avatar yangqi

1

上级 80eab7c2
......@@ -83,9 +83,8 @@ public class LisaController {
}
@NoAuth
@GetMapping("/test")
public ApiResponse<Object> test(int apartmentId, String start, String end) throws Exception {
equipmentService.getLogList(apartmentId, start, end);
return new ApiResponse<>();
@GetMapping("/getLogList")
public ApiResponse<Object> getLogList(int apartmentId, String start, String end) throws Exception {
return new ApiResponse<>(equipmentService.getLogList(apartmentId, start, end));
}
}
......@@ -432,7 +432,6 @@ public class EquipmentServiceImpl implements EquipmentService {
}
targets.add(cameraDateLogListVO);
}
return targets;
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论