Skip to content

Commit

Permalink
feat: 支持redis和elasticsearch的加密模式 #8434
Browse files Browse the repository at this point in the history
  • Loading branch information
stubenhuang committed Mar 2, 2023
1 parent 87d071b commit 6a969c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class OpAtomServiceImpl @Autowired constructor(
dslContext.transaction { t ->
val context = DSL.using(t)
atomDao.updateAtomByCode(context, userId, atomCode, AtomFeatureUpdateRequest(defaultFlag = true))
redisOperation.delete(StoreUtils.getStorePublicFlagKey(StoreTypeEnum.ATOM.name))// 直接删除重建
redisOperation.delete(StoreUtils.getStorePublicFlagKey(StoreTypeEnum.ATOM.name)) // 直接删除重建
}
true
} catch (e: Exception) {
Expand Down

0 comments on commit 6a969c6

Please sign in to comment.