mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
增加会员明细和导出功能
This commit is contained in:
@@ -516,7 +516,8 @@
|
||||
t2.pay_amount as payAmount,
|
||||
t2.order_amount as orderAmount,
|
||||
t2.refund_amount as refundAmount,
|
||||
t1.create_time as transactionTime
|
||||
t1.create_time as transactionTime,
|
||||
t1.create_by as createBy
|
||||
from member_wallet_log t1
|
||||
left join order_basic_info t2 on t1.related_order_code = t2.order_code
|
||||
where t1.sub_type != '12'
|
||||
|
||||
Reference in New Issue
Block a user