소스 검색

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

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