544782275@qq.com 3 年之前
父节点
当前提交
35e2900218
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/store/controller/Order.php

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

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