zhongrj
2024-01-02 280b82dab5e88368749bec1f893aa109fee73fef
住户按业主角色排序
1 files modified
1 ■■■■ changed files
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -238,6 +238,7 @@
        left join jczz_user_house_label jhl on jh.id = jhl.household_id
        where 1=1 and jh.is_deleted = 0
        and jh.house_code = #{code}
        order by jh.relationship asc,jh.id desc
    </select>
    <!--查询房屋集合信息-按id-->