|
|
@@ -2127,7 +2127,7 @@
|
|
|
and b.salesman_id = #{aid}
|
|
|
</if>
|
|
|
<if test="shiroType ==2">
|
|
|
- and d.finance_id = #{aid}
|
|
|
+ and (d.finance_id = #{aid} or d.retrial_finance_id =#{aid})
|
|
|
</if>
|
|
|
|
|
|
<if test="orderNo != null">
|
|
|
@@ -2195,7 +2195,7 @@
|
|
|
and b.salesman_id = #{aid}
|
|
|
</if>
|
|
|
<if test="shiroType ==2">
|
|
|
- and d.finance_id = #{aid}
|
|
|
+ and (d.finance_id = #{aid} or d.retrial_finance_id =#{aid})
|
|
|
</if>
|
|
|
<if test="orderNo != null">
|
|
|
and a.order_no = #{orderNo}
|