This commit is contained in:
“wanyongkang”
2021-05-07 14:38:19 +08:00
parent 98221ea70f
commit 17746b9277

View File

@@ -159,6 +159,7 @@ class FinanceCheck extends Controller
'gongxiang' => '共享',
'xigua' => '西瓜',
'mogu' => '蘑菇',
'huohu' => '火狐',
];
foreach ($list as $k => &$v) {
$v['type'] = $types[$v['type'] - 1];