zm
2021-04-01 802c31297a1ae5b8c2e8fb5c62e9790dfc5d7583
plugins/exchange/forms/mall/export/ExchangeExport.php
@@ -24,7 +24,7 @@
        return [
            [
                'key' => 'code',
                'value' => '兑换码',
                'value' => '提货卡',
            ],
            [
                'key' => 'type',
@@ -101,7 +101,7 @@
    public function getFileName()
    {
        $data = (new CommonModel())->getLibrary($this->library_id);
        return sprintf('%s-兑换码列表导出', $data->name);
        return sprintf('%s-提货卡列表导出', $data->name);
    }
    protected function transform($list)