|
|
@ -31,8 +31,6 @@ |
|
|
|
<select id="selectIdsByAreaCode" resultType="java.lang.String"> |
|
|
|
select agency_id as id from screen_customer_agency where del_flag = '0' and area_code like concat(#{areaCode},'%') |
|
|
|
union all |
|
|
|
select dept_id as id from screen_customer_dept where del_flag = '0' and area_code like concat(#{areaCode},'%') |
|
|
|
union all |
|
|
|
select grid_id as id from screen_customer_grid where del_flag = '0' and area_code like concat(#{areaCode},'%') |
|
|
|
</select> |
|
|
|
<!-- 项目详情 --> |
|
|
|