src/main/java/org/springblade/modules/taskPlaceSelfCheck/service/ITaskPlaceSelfCheckService.java
@@ -47,7 +47,7 @@ * @param id 消防自查记任务表ID * @return 消防自查记任务表 */ public TaskPlaceSelfCheckDTO selectTaskPlaceSelfCheckById(Long id); public TaskPlaceSelfCheckDTO selectTaskPlaceSelfCheckById(TaskPlaceSelfCheckEntity taskPlaceSelfCheck); /** * 查询消防自查记任务表列表 @@ -60,5 +60,5 @@ Boolean savePlace(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; Boolean examine(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; Boolean updateTaskPlaceSelfCheck(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; }