stanley-king 1 年之前
父節點
當前提交
8e6ea49193
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin/control/refill_discount.php

+ 1 - 1
admin/control/refill_discount.php

@@ -17,13 +17,13 @@ class refill_discountControl extends SystemControl
     public function indexOp()
     {
         $mod_discount = Model('refill_discount');
-
         $list = $mod_discount->getList($_GET);
 
         Tpl::output('list', $list);
         Tpl::output('show_page', $mod_discount->showpage());
         Tpl::showpage('refill_discount.index');
     }
+
     public function addOp()
     {
         $lang	= Language::getLangContent();