|
@@ -243,6 +243,7 @@ public class TaPersonServiceImpl extends ServiceImpl<TaPersonMapper, TaPerson> i
|
243
|
243
|
result.put("unReadNum", 0);
|
244
|
244
|
result.put("projects", buildings);
|
245
|
245
|
result.put("address", person.getAddress());
|
|
246
|
+ result.put("personTags",person.getPersonTags());
|
246
|
247
|
|
247
|
248
|
// 当前人员
|
248
|
249
|
List<TaPerson> taPersonList = getPersonsByOpenId(openid);
|