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},'%')