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