diff --git a/app/api/endpoints/order.py b/app/api/endpoints/order.py index 8fc8cf8..3499b36 100644 --- a/app/api/endpoints/order.py +++ b/app/api/endpoints/order.py @@ -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)