zhongrj
2024-01-08 531cca7b90799a218426a06445cc8cad7c9f521d
解决排序时 null 值在前问题
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/mapper/HouseholdMapper.xml
@@ -355,7 +355,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
        order by -jh.relationship desc,jh.id desc
    </select>
    <!--查询房屋集合信息-按id-->