Commit e5e6088e authored by xiaoguang.xu's avatar xiaoguang.xu

修复联系人返回问题..

parent 4e5a00a4
......@@ -778,7 +778,7 @@ public class InnerController implements IBaseController {
bean.putAddressList(Collections.singletonList(address));
}
List<Contact> contacts = contactService.findByUserId(user.getId(), true);
if (!Objects.isNull(address)) {
if (!Objects.isNull(contacts)) {
bean.putContactList(contacts);
}
return bean;
......
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