java110
2022-07-06 92ed53e44fb2da1f91b8fb9932af8ff433febe83
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},'%')