update 测试流程
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user