修改文案
This commit is contained in:
parent
1d1f59bab2
commit
0b29c9a89a
@ -204,7 +204,7 @@ async def create_shipping_order(
|
||||
points=-price_result.used_points, # 负数表示扣减
|
||||
type=PointRecordType.CONSUME_DEDUCT,
|
||||
order_id=db_order.orderid,
|
||||
description=f"订单{db_order.orderid}抵扣{price_result.used_points}积分"
|
||||
description=f"配送订单抵扣积分"
|
||||
)
|
||||
db.add(point_record)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user