linwei
2024-01-10 d4652968511bc92854d87e9519f144512743fd05
src/main/java/org/springblade/modules/property/mapper/PropertyCapitalApplyMapper.xml
@@ -56,6 +56,7 @@
        <if test="propertyCapitalApply.regionCode != null and propertyCapitalApply.regionCode !='' ">
            and jd.community_code like concat('%',#{propertyCapitalApply.regionCode},'%')
        </if>
        order by jpca.create_time desc
    </select>