支付方式完善

This commit is contained in:
2026-06-05 18:24:41 +08:00
parent c76bd5416a
commit 07abf2abca
7 changed files with 44 additions and 12 deletions
@@ -2361,7 +2361,8 @@ class PrescriptionOrderLogic
$payOrder->order_type = $orderType;
$payOrder->amount = $amount;
$payOrder->status = 5; // 待审核
$payOrder->payment_method = 'manual';
$payOrder->payment_method = 'fubei'; // 补齐支付单按「付呗」记账
$payOrder->create_type = 'fubei';
$payOrder->payment_time = null; // 审核通过后再设置支付时间
$payOrder->remark = $remark;