zhongrj
2024-03-22 8a881a2c54673d4223425f17bc5cae8eef4e5649
src/main/java/org/springblade/modules/house/mapper/HouseRentalMapper.xml
@@ -189,6 +189,10 @@
            AND jhr.create_time BETWEEN #{vo.startTime} and #{vo.endTime}
        </if>
        <if test="vo.communityCode != null and vo.communityCode != ''">
            AND jpag.community_code = #{vo.communityCode}
        </if>
        <include refid="filterData"/>
        order by jhr.create_time desc,jhr.id desc