src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -233,9 +233,10 @@ ) </select> <select id="getUserInfoByDistrictIds" resultType="org.springblade.modules.system.entity.User"> <select id="getUserInfoByDistrictIds" resultType="org.springblade.modules.house.vo.HouseholdVO"> SELECT jhe.house_name address, bu.id, bu.tenant_id, bu.code, @@ -246,7 +247,9 @@ bu.avatar, bu.email, bu.phone, bu.birthday bu.birthday, jhe.building, jhe.unit FROM blade_user bu LEFT JOIN jczz_household jh ON bu.id = jh.associated_user_id and jh.is_deleted=0