update 测试流程

This commit is contained in:
lijiarao
2024-06-21 17:02:25 +08:00
parent 1d64159d5f
commit ac4ef44248
5 changed files with 1 additions and 11 deletions
@@ -1228,7 +1228,7 @@ public class SysBaseApiImpl implements ISysBaseAPI {
}
@Override
//@Cacheable(value = CacheConstant.SYS_DICT_CACHE,key = "#id", unless = "#result == null ")
@Cacheable(value = CacheConstant.SYS_DICT_CACHE,key = "#id", unless = "#result == null ")
public String translateUserRealNameFromTable(String id) {
return userMapper.translateUserRealNameFromTable(id);
}