浏览代码

客户统计

lizhen_gitee 1 年之前
父节点
当前提交
cffeb87216
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/admin/controller/Dashboard.php

+ 3 - 0
application/admin/controller/Dashboard.php

@@ -167,6 +167,9 @@ class Dashboard extends Backend
         return $this->view->fetch();
     }
 
+    /**
+     * 客户统计
+     */
     public function datacentertwo(){
         $whereop = $this->whereop('company_id');
         $usernumber = Db::name('user_wallet')->where($whereop)->count();//充卡客户数量