ソースを参照

redis bug修改

kongwz 4 年 前
コミット
e8d4eeb0c5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/java/com/diagbot/facade/NeoFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/NeoFacade.java

@@ -845,7 +845,7 @@ public class NeoFacade {
 
         if (ListUtil.isNotEmpty(wordList)) {
             for (String s : wordList) {
-                String value = redisUtil.getWithString(type + s);
+                String value = redisUtil.getWithString(type +  "Conv:" + s);
                 if (StringUtil.isBlank(value)) {
                     StandConvertCrfVO standConvertCrfVO = new StandConvertCrfVO();
                     standConvertCrfVO.setWord_type(type);