Kaynağa Gözat

redis bug修改

kongwz 4 yıl önce
ebeveyn
işleme
e8d4eeb0c5

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