Commit 6ed75d71 by huluobin

# 更新

parent 7c1a9d42
...@@ -167,6 +167,11 @@ sh /deploy-miniapp-prod.sh ...@@ -167,6 +167,11 @@ sh /deploy-miniapp-prod.sh
``` ```
如果订单已经支付了,要先改订单状态到待支付。会员支付的需要改会员流水。其他支付方式找店员核实是否真的支付了还是点错了。 如果订单已经支付了,要先改订单状态到待支付。会员支付的需要改会员流水。其他支付方式找店员核实是否真的支付了还是点错了。
改订单的会员流水
```sql
select * from customer_balance_record where order_od = 123
-- 然后更新 customer_balance 数据
```
### 充值充错了 ### 充值充错了
```sql ```sql
-- 查用户 -- 查用户
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment