交易账单
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and settle_status = 0 and receipt_time < 1713566465 and refund_status = 0' at line 1
select * from uq_shop_settle where spid = and settle_status = 0 and receipt_time < 1713566465 and refund_status = 0
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
select id,price from uq_shop where id =
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and settle_status = 0 and receipt_time > 1713566465' at line 1
select SUM(income_price) as income from uq_shop_settle where spid = and settle_status = 0 and receipt_time > 1713566465
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and order_status in(2,3)' at line 1
select SUM(total_price) as price from uq_order_info where shop_id = and order_status in(2,3)
交易金额

0.00

冻结余额

0.00

可用余额

0.00

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by receipt_time desc limit 0, 15' at line 1
select * from uq_shop_settle where spid = order by receipt_time desc limit 0, 15
时间 订单号 支付 快递费 服务费 实收入 售后 状态
暂无交易账单~