人员类型未显示bug修复
parent
3dd180d333
commit
a3f1eb9749
|
@ -890,7 +890,7 @@ public class MapController extends BaseController {
|
||||||
PageData userInfo = usersService.findById(condition);
|
PageData userInfo = usersService.findById(condition);
|
||||||
HashMap<String, String> otherInfo = new HashMap<>();
|
HashMap<String, String> otherInfo = new HashMap<>();
|
||||||
otherInfo.put("postName", userInfo.getString("postName"));
|
otherInfo.put("postName", userInfo.getString("postName"));
|
||||||
otherInfo.put("personnelTypeName", userInfo.getString("personnelTypeName"));
|
otherInfo.put("personType", userInfo.getString("PERSON_TYPE"));
|
||||||
map.put("otherInfo", otherInfo);
|
map.put("otherInfo", otherInfo);
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue