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

1

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