mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update PaymentService.php
This commit is contained in:
parent
3dc3f5321f
commit
b7a6782796
@ -223,7 +223,10 @@ abstract class PaymentService extends Service
|
||||
'payment_amount' => $paymentAmount,
|
||||
'payment_status' => 1,
|
||||
'payment_datatime' => date('Y-m-d H:i:s'),
|
||||
], 'order_no', ['payment_id' => $paymentId, 'payment_type' => $paymentType]);
|
||||
], 'order_no', [
|
||||
'payment_id' => $paymentId,
|
||||
'payment_type' => $paymentType,
|
||||
]);
|
||||
// 更新记录状态
|
||||
return $this->updateOrder($orderNo, $paymentCode, $paymentAmount, $paymentType);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user