|
|
|
@ -11,7 +11,7 @@ |
|
|
|
order_code, |
|
|
|
bank_code, |
|
|
|
goods_name, |
|
|
|
goods_num, |
|
|
|
good_num, |
|
|
|
payment_currency, |
|
|
|
payment_amount, |
|
|
|
received_currency, |
|
|
|
@ -113,7 +113,7 @@ status = #{status}, |
|
|
|
order_code, |
|
|
|
bank_code, |
|
|
|
goods_name, |
|
|
|
goods_num, |
|
|
|
good_num, |
|
|
|
payment_currency, |
|
|
|
payment_amount, |
|
|
|
received_currency, |
|
|
|
@ -153,8 +153,8 @@ status = #{status}, |
|
|
|
<if test="goodsName != null and goodName.size>0"> |
|
|
|
and goods_name = #{goodsName} |
|
|
|
</if> |
|
|
|
<if test="refundCurrency != null and refundCurrency.size>0"> |
|
|
|
and refund_currency = #{refundCurrency} |
|
|
|
<if test="paymentCurrency != null and paymentCurrency.size>0"> |
|
|
|
and payment_currency = #{paymentCurrency} |
|
|
|
</if> |
|
|
|
<if test="payType != null"> |
|
|
|
and pay_type = #{payType} |