mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 09:50:25 +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([
|
$this->app->db->name('StoreOrder')->where($map)->update([
|
||||||
'status' => 3,
|
'status' => 3,
|
||||||
'payment_type' => $paytype,
|
|
||||||
'payment_code' => $payno,
|
'payment_code' => $payno,
|
||||||
|
'payment_type' => $paytype,
|
||||||
'payment_status' => 1,
|
'payment_status' => 1,
|
||||||
'payment_amount' => $amount,
|
'payment_amount' => $amount,
|
||||||
'payment_remark' => '微信在线支付',
|
'payment_remark' => '微信在线支付',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user