From cf689beceb3405cbd1b8efd4fcdca2ee8517c6a7 Mon Sep 17 00:00:00 2001 From: Break Date: Tue, 26 May 2026 18:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/store/postgres/iot_card_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/store/postgres/iot_card_store.go b/internal/store/postgres/iot_card_store.go index d3b9a95..82b580e 100644 --- a/internal/store/postgres/iot_card_store.go +++ b/internal/store/postgres/iot_card_store.go @@ -440,7 +440,7 @@ var standaloneListColumns = []string{ "imsi", "msisdn", "batch_no", "supplier", "status", "shop_id", "activated_at", "activation_status", "real_name_status", "network_status", "data_usage_mb", "current_month_usage_mb", "last_gateway_reading_mb", "current_month_start_date", "last_month_total_mb", - "gateway_extend", "last_data_check_at", "last_real_name_check_at", "enable_polling", "series_id", "device_virtual_no", "realname_policy", + "gateway_extend", "gateway_card_imei", "last_data_check_at", "last_real_name_check_at", "enable_polling", "series_id", "device_virtual_no", "realname_policy", "created_at", "updated_at", }