diff --git a/application/api/model/UserWallet.php b/application/api/model/UserWallet.php index 738cf2fe..54e04b6c 100644 --- a/application/api/model/UserWallet.php +++ b/application/api/model/UserWallet.php @@ -74,7 +74,7 @@ class UserWallet extends Model if($gift_type == 1){ //1-收入 if($in_out_type == 1){ - $in_out_types = [2,5,6,8,13,14,15,16,22,23,26,27,30,28,33,40,51,57,58]; + $in_out_types = [2,5,6,8,13,14,15,16,22,23,26,27,30,28,33,40,44,51,57,58]; $map['change_type'] = ['in', $in_out_types]; }else{//2-支出 $in_out_types = [4,7,10,17,20,24,25,32,42,50,56,59];