Browse Source

10.11 修改xml

lihuilin1015备份
huangqizhen 2 months ago
parent
commit
1390157908
  1. 8
      src/main/resources/cashMapper/CashRefundMapper.xml

8
src/main/resources/mapper/CashRefundMapper.xml → src/main/resources/cashMapper/CashRefundMapper.xml

@ -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}
Loading…
Cancel
Save