no message

main
HUOJIN\92525 2025-04-08 10:26:16 +08:00
parent 688066da78
commit 552d61690f
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ public class ValidateDictKey {
} }
return selectByKeyCode.stream() return selectByKeyCode.stream()
.collect(Collectors.toMap(DictDataVO::getDataLabel, DictDataVO::getDictCode)); .collect(Collectors.toMap(DictDataVO::getDataValue,DictDataVO::getDataLabel));
} }
} }