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
11
undefined
loumengning
4 years ago
parent
82a1f803b0
commit
67fd1b534a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
application/admin/controller/unishop/Order.php
+ 2
- 1
application/admin/controller/unishop/Order.php
View File
@@ -616,7 +616,8 @@ class Order extends Backend
public function finish(){
$this->model->save(
['have_received'=>time()],
['have_received'=>time(),
"have_delivered"=>time()],
['have_received'=>0,
'status'=>1]
);
Write
Preview
Loading…
Cancel
Save