疯狂的狮子Li
2024-06-28 a4fe077a231ed2ae0094af0fc6fa0735b764c862
ruoyi-modules/ruoyi-demo/src/main/java/org/dromara/demo/mapper/TestDemoMapper.java
@@ -55,5 +55,5 @@
        @DataColumn(key = "deptName", value = "dept_id"),
        @DataColumn(key = "userName", value = "user_id")
    })
    int deleteBatchIds(@Param(Constants.COLL) Collection<?> idList);
    int deleteByIds(@Param(Constants.COLL) Collection<?> idList);
}