This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'yijia' of
http://47.101.187.29:8081/loumengning/shop
into yijia
undefined
xubinxcode
4 years ago
parent
e058789944
d1caf3192c
commit
ff7985a800
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
addons/unishop/behavior/Order.php
+ 2
- 0
addons/unishop/behavior/Order.php
View File
@@ -220,6 +220,8 @@ $address=[];
{
$order = &$params;
$order->have_paid = time();// 更新支付时间为当前时间
$order->have_received = time();// 更新发货时间为当前时间
$order->have_delivered = time();// 更新收货时间为当前时间
$order->pay_type = $extra['pay_type'];
$order->save();
Write
Preview
Loading…
Cancel
Save