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