作物信息统计接口
This commit is contained in:
@ -296,7 +296,7 @@ public class SysRoleServiceImpl implements ISysRoleService
|
||||
* @param roleId 角色ID
|
||||
* @return 结果
|
||||
*/
|
||||
@Cacheable(value = "role", key = "#root.methodName + '_' + #roleId", unless = "#result == null")
|
||||
// @Cacheable(value = "role", key = "#root.methodName + '_' + #roleId", unless = "#result == null")
|
||||
@Override
|
||||
public int countUserRoleByRoleId(Long roleId)
|
||||
{
|
||||
|
Reference in New Issue
Block a user