WIN-2308041133\Administrator 5 月之前
父節點
當前提交
040e1669fe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/admin/controller/wechat/LaveMonth.php

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

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