|
@@ -259,6 +259,7 @@ public class ApplyInfoServiceImpl implements IApplyInfoService {
|
|
|
return LangUtil.array2String(stringList, StrUtil.COMMA);
|
|
|
}
|
|
|
|
|
|
+ @Cacheable(key = "targetClass +methodName+#p0")
|
|
|
@Override
|
|
|
public ApplyInfo getAppByCode(String appCode) {
|
|
|
LambdaQueryWrapper<ApplyInfo> queryWrapper = Wrappers.lambdaQuery();
|