You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTu.id,
u.nick_nameAS`姓名`,
u.phoneAS`电话`,
u.create_timeAS`创建时间`,
u.wx_open_idAS`微信ID`,
u.sexAS`性别`,
a.relation_nameAS`真实姓名`,
a.relation_addressAS`地址`,
a.relation_telAS`电话`,
a.areasAS`区域`,
d.cityAS`城市`,
d.totalPriceAS`价格`,
d.houseRoomAS`户型`,
e.community_nameAS`小区`,
e.building_numberAS`门牌号`,
e.typeAS`住户类型`FROM
c_app_user AS u
LEFT JOIN c_app_user_address AS a ONu.id=a.user_idLEFT JOIN c_app_user_demand AS d ONu.id=d.user_idLEFT JOIN c_app_user_estate AS e ONu.id=e.user_id--业主信息SELECTi.id,
i.building_numberAS`楼号`,
i.unit_numberAS`单元`,
i.house_numberAS`房号`,
i.owner_nameAS`业主姓名`,
i.owner_phoneAS`业主电话`,
c.community_nameAS`小区名字`FROM
c_community_info AS i
LEFT JOIN c_community AS c ONc.id=i.community_id
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: