linwei
2024-01-16 2ad2b14ea01dc47cdf6d1364a76f48ba7102712d
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>