lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -233,10 +233,12 @@
            )
    </select>
    <select id="getUserInfoByDistrictIds" resultType="org.springblade.modules.system.entity.User">
    <select id="getUserInfoByDistrictIds" resultType="org.springblade.modules.house.vo.HouseholdVO">
        SELECT
        bu.id,
        jh.building,
        jh.unit,
        bu.id userId,
        bu.tenant_id,
        bu.code,
        bu.user_type,
@@ -246,7 +248,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