Commit 812985e5 authored by 赵啸非's avatar 赵啸非

取消事项缓存

parent d4f0ad53
......@@ -87,7 +87,7 @@ public class AppDatasetServiceImpl extends AbstractCRUDServiceImpl<AppDatasetDao
super.removeAfter(ids, context, result);
}
private void saveOrUpdateAppVersion(AppEntity appEntity, Context context) {
/* private void saveOrUpdateAppVersion(AppEntity appEntity, Context context) {
if (!ObjectUtils.isEmpty(appEntity)) {
String version = appEntity.getVersion();
String versionNum = StrUtil.subAfter(version, Constant.VERSION_PREFIX, false);
......@@ -107,5 +107,5 @@ public class AppDatasetServiceImpl extends AbstractCRUDServiceImpl<AppDatasetDao
appEntity.setVersion(versionEntity.getVersion());
appService.update(appEntity, context);
}
}
}*/
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment