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
5f4e5ebd1b
commit
2f465757fe
@ -110,8 +110,8 @@ abstract class PaymentService extends Service
|
||||
// 更新订单支付状态
|
||||
$this->app->db->name('StoreOrder')->where($map)->update([
|
||||
'status' => 3,
|
||||
'payment_type' => $paytype,
|
||||
'payment_code' => $payno,
|
||||
'payment_type' => $paytype,
|
||||
'payment_status' => 1,
|
||||
'payment_amount' => $amount,
|
||||
'payment_remark' => '微信在线支付',
|
||||
|
Loading…
x
Reference in New Issue
Block a user