heheng
2026-02-10 0e17b5575d653f6e10a1d312e8b0d23efc1bb35d
multi-system/src/main/java/com/gkhy/exam/system/mapper/InternalAuditCheckCatalogueMapper.java
@@ -15,4 +15,9 @@
    int insertBatch(@Param("catalogues") List<InternalAuditCheckCatalogue> catalogues);
    int updatebyCheckId(@Param("id") Integer id);
    void updateCheckCatalogues(List<InternalAuditCheckCatalogue> checkCatalogues);
    int saveBatch(List<InternalAuditCheckCatalogue> checkCatalogues);
}