|
@@ -49,7 +49,9 @@
|
|
t1.recharge_type as 'rechargeType',
|
|
t1.recharge_type as 'rechargeType',
|
|
t2.rebate_rate as 'rebateRate',
|
|
t2.rebate_rate as 'rebateRate',
|
|
t1.revieweder_id as 'reviewederId',
|
|
t1.revieweder_id as 'reviewederId',
|
|
- t1.revieweder as 'revieweder'
|
|
|
|
|
|
+ t1.revieweder as 'revieweder',
|
|
|
|
+ t1.amends,
|
|
|
|
+ t1.remarks
|
|
FROM finance_payment_recharge_application t1
|
|
FROM finance_payment_recharge_application t1
|
|
LEFT JOIN finance_payment_recharge_account t2 ON t1.id = t2.recharge_id
|
|
LEFT JOIN finance_payment_recharge_account t2 ON t1.id = t2.recharge_id
|
|
<where>
|
|
<where>
|