浏览代码

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);