wupengfei 2 years ago
parent
commit
b6c6869f93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/UserCenter.php

+ 1 - 0
application/api/controller/UserCenter.php

@@ -978,6 +978,7 @@ class UserCenter extends Base
             'type'=>3
         ];
         $count = Db::name('store_member_log')->where($where)->count();
+        var_dump($select_type);
         $list = Db::name('store_member_log')
             ->field('id,pm,change,title,create_at,change_type')
             ->where($where)