lizhen_gitee hai 1 ano
pai
achega
1cffe9d594
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Userwallet.php

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

@@ -87,7 +87,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')