浏览代码

金币记录不在区分钱包种类

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

+ 1 - 1
application/api/controller/Userwallet.php

@@ -86,7 +86,7 @@ class Userwallet extends Api
             'user_id' => $this->auth->id,
         ];
         if($money_type){
-            $map['money_type'] = $money_type;
+            //$map['money_type'] = $money_type;
         }
 
         $list = Db::name('user_gold_log')