544782275@qq.com 3 年之前
父節點
當前提交
626059496f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/store/controller/Order.php

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

@@ -332,7 +332,6 @@ class Order extends Controller
             Db::name('store_order')->where('id',$id)->update($order_data);
             $this->success('操作成功!');
         } else {
-            echo 111;exit();
             $this->_form($this->table, 'edit_order');
         }