|
|
|
@@ -311,7 +311,7 @@ |
|
|
|
gi.record_id, |
|
|
|
gs.order_no,gs.order_money, |
|
|
|
gs.merchant_id, |
|
|
|
gs.real_grate_price, |
|
|
|
gs.real_grant_price, |
|
|
|
gs.real_mall_share_price,gs.real_merchant_share_price |
|
|
|
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 |
|
|
|
@@ -329,7 +329,7 @@ |
|
|
|
and gi.`award_itam_id` = #{awardItamId} |
|
|
|
</if> |
|
|
|
<if test=" null != minMoney"> |
|
|
|
and gs.`order_money` >= #{createDateBegin} |
|
|
|
and gs.`order_money` >= #{minMoney} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != maxMoney"> |
|
|
|
|