|
@@ -1511,7 +1511,7 @@ public class ConceptFacade extends ConceptServiceImpl {
|
|
|
if (ListUtil.isNotEmpty(list)) {
|
|
|
Date now = DateUtil.now();
|
|
|
for (LibraryInfo libraryInfo : list) {
|
|
|
- libraryInfo.setSpell(CryptUtil.encrypt_char(Cn2SpellUtil.converterToFirstSpell(libraryInfo.getName())));
|
|
|
+ libraryInfo.setSpell(CryptUtil.encrypt_char(Cn2SpellUtil.converterToFirstSpell(CryptUtil.decrypt_char(libraryInfo.getName()))));
|
|
|
libraryInfo.setGmtModified(now);
|
|
|
}
|
|
|
List<List<LibraryInfo>> listList = SqlExecuteUtil.divideList(list, 200);
|