Browse Source

1.财务审核明细导出 保险公司id取值问题

wuhp 2 years ago
parent
commit
08e54fc617
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 2 - 1
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -1430,7 +1430,7 @@
 
     <select id="getAuditExportList" resultType="com.ydtech.modules.order.entity.vo.AuditExportVo">
         SELECT
-            io.company_id,
+            iac.company_id,
             iac.api_type,
             iac.cross_insurance,
             io.username,
@@ -1491,6 +1491,7 @@
             iac.jqapplyno,
             iac.syapplyno,
             iac.jqpremium,
+            iac.company_id,
             iac.sypremium,
             iac.jypremium,
             iac.taxamount,