Commit f0611d34 authored by chenzhao's avatar chenzhao

修改代码

parent 222a74d9
......@@ -766,7 +766,7 @@ public class OrgUsrController extends BaseController {
//拿到数据字典中存储的 特殊类型 特殊部门
QueryWrapper<DataDictionary> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("type", "01").or().eq("type", "02");
queryWrapper.eq("type", "SpecialType").or().eq("type", "SpecialDepartment");
Collection<DataDictionary> list = iDataDictionaryService.list(queryWrapper);
ArrayList<String> objects = new ArrayList<>();
list.stream().forEach(e->objects.add(e.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