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

//exxceport

release_toaliyun_real
xiaohu 1 год назад
Родитель
Сommit
fd8c061b21
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxOfflineActivityGrantSettlementMapper.xml

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

@@ -311,7 +311,7 @@
gi.record_id, gi.record_id,
gs.order_no,gs.order_money, gs.order_no,gs.order_money,
gs.merchant_id, gs.merchant_id,
gs.real_grate_price,
gs.real_grant_price,
gs.real_mall_share_price,gs.real_merchant_share_price gs.real_mall_share_price,gs.real_merchant_share_price
from wx_offline_activity_grant_item gi from wx_offline_activity_grant_item gi
inner join wx_offline_activity_grant_settlement gs on gs.grant_item_id = gi.id and gs.record_id = gi.record_id inner join wx_offline_activity_grant_settlement gs on gs.grant_item_id = gi.id and gs.record_id = gi.record_id
@@ -329,7 +329,7 @@
and gi.`award_itam_id` = #{awardItamId} and gi.`award_itam_id` = #{awardItamId}
</if> </if>
<if test=" null != minMoney"> <if test=" null != minMoney">
and gs.`order_money` &gt;= #{createDateBegin}
and gs.`order_money` &gt;= #{minMoney}
</if> </if>


<if test=" null != maxMoney"> <if test=" null != maxMoney">


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