Browse Source

11

undefined
loumengning 4 years ago
parent
commit
67fd1b534a
1 changed files with 2 additions and 1 deletions
  1. +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]
);


Loading…
Cancel
Save