update 优化 替换 MP 过期常量

2.X
疯狂的狮子li 2022-06-10 11:47:31 +08:00
parent 5df6181cfb
commit 38a9be9b37
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ public interface TestDemoMapper extends BaseMapperPlus<TestDemoMapper, TestDemo,
@DataColumn(key = "deptName", value = "dept_id"),
@DataColumn(key = "userName", value = "user_id")
})
int deleteBatchIds(@Param(Constants.COLLECTION) Collection<?> idList);
int deleteBatchIds(@Param(Constants.COLL) Collection<?> idList);
}