Commit 75968b2f authored by 韩桐桐's avatar 韩桐桐

BUG:28897,28900

parent ca3fbdf0
......@@ -1056,6 +1056,7 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
.collect(Collectors.toSet());
Map<String, String> postNameMap = iDataDictionaryService.lambdaQuery()
.select(DataDictionary::getCode, DataDictionary::getName)
.like(DataDictionary::getName, "QYRYGW")
.in(DataDictionary::getCode, postCodes)
.list()
.stream()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment