WIN-2308041133\Administrator пре 5 месеци
родитељ
комит
67a1cfe0f3
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      application/admin/controller/wechat/PlanRecord.php

+ 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);