...
|
...
|
@@ -153,7 +153,7 @@ class Pay extends Api |
|
|
//未到过期时间
|
|
|
Db::name('order')
|
|
|
->where('id',$order['order_id'])
|
|
|
->update(['expirationtime'=>$info['expirationtime']+86400*7]);
|
|
|
->update(['expirationtime'=>$info['expirationtime']+86400*7,'finish_status'=>1]);
|
|
|
}else{
|
|
|
Db::name('order')
|
|
|
->where('id',$order['order_id'])
|
...
|
...
|
|