Commit 316539a9 authored by 韩桐桐's avatar 韩桐桐

BUG:28897,28900

parent 75968b2f
......@@ -1056,8 +1056,8 @@ 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)
.like(DataDictionary::getType, "QYRYGW")
.list()
.stream()
.collect(Collectors.toMap(DataDictionary::getCode, DataDictionary::getName));
......
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