Explorar o código

-修改申请单选人

jiangbiao %!s(int64=2) %!d(string=hai) anos
pai
achega
9de83679ca

+ 1 - 1
master/src/main/resources/mybatis/invoice/TInvoiceDeviceMapper.xml

@@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select distinct(regional_head)  from t_invoice_device d
         left join sys_dept s on s.dept_id = d.dept_id
         <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>
         <!-- 数据范围过滤 -->
         ${params.dataScope}