update mybatis-plus 3.4.3 => 3.4.3.3 适配升级 (包含不兼容升级) 请详细阅读 mybatis-plus 官方升级文档

This commit is contained in:
疯狂的狮子li
2021-09-06 10:19:58 +08:00
parent ab4b75fe30
commit e7f83fb695
12 changed files with 22 additions and 27 deletions

View File

@ -101,7 +101,7 @@ public interface ISysRoleService extends IService<SysRole> {
* @param roleId 角色ID
* @return 结果
*/
public int countUserRoleByRoleId(Long roleId);
public long countUserRoleByRoleId(Long roleId);
/**
* 新增保存角色信息