作物信息统计接口

This commit is contained in:
蒾酒
2024-11-27 00:37:49 +08:00
parent 032f980f34
commit fea04d914c
5 changed files with 48 additions and 2 deletions

View File

@ -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)
{