Explorar el Código

添加车险业务明细去除审核驳回的数据

hxl13994548489 hace 2 años
padre
commit
2c7a1c59b6

+ 1 - 0
src/main/resources/mapper/modules/ins/InsFeeOrderNewMapper.xml

@@ -879,6 +879,7 @@
         LEFT JOIN esm_ins_company ins ON ins.id = agree.partner_companies_id
         WHERE
         iac.orderstatus = '3'
+        and  iff.auditstatus !=2
         <choose>
             <when test="userList != null and userList.size>0">
                 AND ( a.user_id = #{vo.userId} or a.user_id in