Selaa lähdekoodia

添加任务管理险种信息查询子订单保存的险种信息

hxl13994548489 2 vuotta sitten
vanhempi
commit
41f332de83
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

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

@@ -810,8 +810,8 @@
         io.applyinfo as applyinfo,
         io.insureinfo as insureinfo,
         io.agreeid as agreeid,
-        io.productid as productid,
-        io.product as product,
+        iac.productid as productid,
+        iac.product as product,
         io.createtime as createtime,
         io.frameno as frameno,
         io.licenseno as licenseno,
@@ -930,7 +930,7 @@
                 and io.orderno = #{orderQueryVo.taskNo}
             </if>
             <if test="orderQueryVo.riskCode != null and orderQueryVo.riskCode != ''">
-                and io.product = #{orderQueryVo.riskCode}
+                and iac.product = #{orderQueryVo.riskCode}
             </if>
             <if test="orderQueryVo.auditId != null and orderQueryVo.auditId != ''">
                 and IFNULL( iac.new_operator_id, '' ) = #{orderQueryVo.auditId}
@@ -1042,7 +1042,7 @@
                 and io.orderno = #{orderQueryVo.taskNo}
             </if>
             <if test="orderQueryVo.riskCode != null and orderQueryVo.riskCode != ''">
-                and io.product = #{orderQueryVo.riskCode}
+                and iac.product = #{orderQueryVo.riskCode}
             </if>
             <if test="orderQueryVo.auditId != null and orderQueryVo.auditId != ''">
                 and IFNULL( iac.new_operator_id, '' ) = #{orderQueryVo.auditId}