退公会 流水展示

This commit is contained in:
2026-01-19 09:04:48 +08:00
parent be9dee86dc
commit 8575a04639

View File

@@ -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];