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');
         }