瀏覽代碼

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

hxl13994548489 2 年之前
父節點
當前提交
2c7a1c59b6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/modules/ins/InsFeeOrderNewMapper.xml

+ 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