소스 검색

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=",">