mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
Merge branch 'master' of https://github.com/YunaiV/ruoyi-vue-pro into feature/tenant_op
Conflicts: yudao-framework/yudao-spring-boot-starter-mybatis/src/main/java/cn/iocoder/yudao/framework/mybatis/core/mapper/BaseMapperX.java
This commit is contained in:
@ -23,7 +23,7 @@ public interface FileMapper extends BaseMapperX<FileDO> {
|
||||
.orderByDesc("create_time"));
|
||||
}
|
||||
|
||||
default Integer selectCountById(String id) {
|
||||
default Long selectCountById(String id) {
|
||||
return selectCount(FileDO::getId, id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user