feat: 完善真实采购订单核对与恢复 (#100)
This commit is contained in:
@@ -225,7 +225,14 @@ class PurchaseTaskService:
|
||||
)
|
||||
|
||||
irreversible_at = self._repository.mark_purchase_irreversible(
|
||||
remote_task_id, attempt_id
|
||||
remote_task_id,
|
||||
attempt_id,
|
||||
{
|
||||
"options": dict(state.selected_options),
|
||||
"quantity": state.quantity,
|
||||
"unit_price_cent": state.price_cent,
|
||||
"total_price_cent": state.price_cent * state.quantity,
|
||||
},
|
||||
)
|
||||
submitted_at = None
|
||||
message = "订单提交点击已执行,结果待只读核对;绝不重新下单"
|
||||
|
||||
Reference in New Issue
Block a user