shiqian 4 anni fa
parent
commit
36fafdb365

+ 1 - 1
boman-web-core/src/main/java/com/boman/web/core/mapper/StandardMapper.java

@@ -42,7 +42,7 @@ public interface StandardMapper {
 
     /* ***************************************************** delete ******************************************************/
     /** {@link SqlProvider#deleteByIdList(java.util.Map)} */
-    @DeleteProvider(type = SqlProvider.class, method = "deleteByIds")
+    @DeleteProvider(type = SqlProvider.class, method = "deleteByIdList")
     int deleteByIdList(@Param("tableName") String var1, @Param("idList") List<Long> idList, @Param("pkName") String pkName);
 
     /**