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