zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
plugins/exchange/forms/mall/export/CodeExport.php
@@ -51,7 +51,7 @@
        foreach ($list as $item) {
            (new CommonModel())->getStatus($library, $item, $msg);
            $arr = [];
            $arr['兑换码'] = $item->code . "\t";
            $arr['提货卡'] = $item->code . "\t";
            $arr['生成方式'] = $item['type'] != 1 ? $item['type'] == 0 ? '手动' : '未知' : '礼品卡';
            $arr['有效期'] = $library['expire_type'] === 'all' ? '永久' : $item['valid_start_time'] . ',' . $item['valid_end_time'];
            $arr['状态'] = $msg;