wuxw
2025-03-08 4a1e7c9d58fab8a3786b7d97e829a70de325b3fa
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>