浏览代码

add 城市列表

he2802 4 年之前
父节点
当前提交
87a4fc4e68
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/base/ApplyAreasMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/base/ApplyAreasMapper.xml

@@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         FROM
         apply_areas a1
         LEFT JOIN apply_areas a2 ON a1.parent_id = a2.area_id
-        WHERE 1=1
+        WHERE area_type=2
         <if test="status != null and status.size()!=0 ">
             AND a1.status in
             <foreach collection="status" item="item" index="index" open="(" close=")" separator=",">