wuxw
2022-10-25 eed493ecdd0900e1d6e434523597308aef420d73
java110-db/src/main/resources/mapper/common/AreaServiceDaoImplMapper.xml
@@ -50,7 +50,7 @@
        where 1=1
        and t.status_cd = '0'
        <if test="areaCode != null and areaCode !=''">
            and t.area_code = concat(#{areaCode},'%')
            and t.area_code like concat(#{areaCode},'%')
        </if>
        <if test="areaName != null and areaName != ''">
            and t.area_name like concat('%',#{areaName},'%')