songxingwei 3 years ago
parent
commit
c5983c4ff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/store/controller/Order.php

+ 1 - 1
application/store/controller/Order.php

@@ -261,7 +261,7 @@ class Order extends Controller
      */
     public function del()
     {
-        $this->_save($this->table, ['is_del' => '0']);
+        $this->_save($this->table, ['is_del' => '0','del_time'=>time()]);
     }