Просмотр исходного кода

[储值卡][修改]:C端卡包接口

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
70adc8ba93
2 измененных файлов: 2 добавлений и 5 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml
  2. +1
    -4
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Просмотреть файл

@@ -178,7 +178,7 @@
select
<include refid="allVoColumns"/>
from wx_card_spend cs
left join wx_coupon_order co on co.id = ms.coupon_order_id
left join wx_coupon_order co on co.id = cs.card_id
left join wx_coupon c on c.id = co.coupon_id
left join wx_merchant m on m.id = cs.merchant_id
left join wx_merchant_subsidy ms on ms.order_id = cs.order_id


+ 1
- 4
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Просмотреть файл

@@ -696,11 +696,8 @@
<if test="couponOrderStatus != null">
and co.coupon_order_status = #{couponOrderStatus}
</if>
<if test="status != null">
and co.status = #{status}
</if>
<if test=" null != statusS ">
and `status` in in
and co.coupon_order_status in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
#{sItem}
</foreach>


Загрузка…
Отмена
Сохранить