增加会员明细和导出功能

This commit is contained in:
YAS\29473
2025-04-02 14:48:39 +08:00
parent d697b5092f
commit 5f8b4fdede
8 changed files with 368 additions and 6 deletions

View File

@@ -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'