|
@@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
select distinct(regional_head) from t_invoice_device d
|
|
select distinct(regional_head) from t_invoice_device d
|
|
left join sys_dept s on s.dept_id = d.dept_id
|
|
left join sys_dept s on s.dept_id = d.dept_id
|
|
<where>
|
|
<where>
|
|
- and d.del_flag = 0
|
|
|
|
|
|
+ and d.del_flag = 0 and (d.WORK_AREA like '%裂解%' or d.WORK_AREA like '%分离%' or d.WORK_AREA like '%压缩%' or d.WORK_AREA like '%汽油加氢%' or d.WORK_AREA like '%芳烃抽提%')
|
|
</where>
|
|
</where>
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
${params.dataScope}
|
|
${params.dataScope}
|