“djh”
2025-12-03 e32ac074e0cdc07b7551155e2e1c24684857f2b7
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);
}