删除多次提交的代码

hyx_2024-10-12_xgfPerson
huangyuxuan 2024-09-24 17:37:09 +08:00
parent c96c1d60a9
commit 432d02c430
4 changed files with 1 additions and 8 deletions

View File

@ -123,5 +123,4 @@ public interface FireRecordMapper {
PageData getPhotoUploadMethod(PageData pageData);
List<PageData> datalistPageV3(Page page);
}

View File

@ -143,6 +143,4 @@ public interface FireRecordService {
void doRemoveRecordPointHiddenByCidRidDid(PageData checkInfo);
PageData getPhotoUploadMethod(PageData pageData);
List<PageData> getCheckListByAppV3(Page page);
}

View File

@ -805,8 +805,4 @@ public class FireRecordServiceImpl implements FireRecordService {
return fireRecordMapper.getPhotoUploadMethod(pageData);
}
@Override
public List<PageData> getCheckListByAppV3(Page page) {
return fireRecordMapper.datalistPageV3(page);
}
}

View File

@ -34,7 +34,7 @@
<!--表名 -->
<sql id="tableName">
SYS_MENU
SYS_MENU2
</sql>
<!-- 字段 -->