|
@@ -204,12 +204,13 @@ public class MiniAppController extends BaseController {
|
204
|
204
|
|
205
|
205
|
// 获取其余信息
|
206
|
206
|
Map<String, Object> extraInfo = taPersonService.getExtraInfo(taPerson.getPersonId());
|
207
|
|
- if (CommConstant.PERSON_REALTY_CONSULTANT.equals(taPerson.getPersonType())){
|
|
207
|
+ // 所有人员都返回 org yansen 2019-11-13 19:56:18
|
|
208
|
+// if (CommConstant.PERSON_REALTY_CONSULTANT.equals(taPerson.getPersonType())){
|
208
|
209
|
QueryWrapper<TaOrg>orgQueryWrapper = new QueryWrapper<>();
|
209
|
210
|
orgQueryWrapper.eq("org_id",taPerson.getOrgId());
|
210
|
211
|
TaOrg org = taOrgService.getOne(orgQueryWrapper);
|
211
|
212
|
taPerson.setOrg(org);
|
212
|
|
- }
|
|
213
|
+// }
|
213
|
214
|
Map<String, Object> result = new HashMap<>();
|
214
|
215
|
result.put("miniApp", miniResp);
|
215
|
216
|
result.put("person", taPerson);
|