no message
parent
688066da78
commit
552d61690f
|
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue