java110-db/src/main/resources/mapper/common/AreaServiceDaoImplMapper.xml
@@ -17,6 +17,9 @@ from city_area t where 1=1 and t.status_cd = '0' <if test="id != null and id !=''"> and t.id = #{id} </if> <if test="areaCode != null and areaCode !=''"> and t.area_code = #{areaCode} </if>