WIN-2308041133\Administrator 5 miesięcy temu
rodzic
commit
67a1cfe0f3

+ 0 - 1
application/admin/controller/wechat/PlanRecord.php

@@ -37,7 +37,6 @@ class PlanRecord extends Backend
              */
             $where1  = is_sys_admin();
             $list = $this->model
-                ->where('paid',1)
                 ->where($where)->where($where1)
                 ->order($sort, $order)
                 ->paginate($limit);