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