diff --git a/internal/store/postgres/iot_card_store.go b/internal/store/postgres/iot_card_store.go index afe0965..4d034a1 100644 --- a/internal/store/postgres/iot_card_store.go +++ b/internal/store/postgres/iot_card_store.go @@ -210,7 +210,7 @@ func (s *IotCardStore) List(ctx context.Context, opts *store.QueryOptions, filte // standaloneListColumns 列表查询只选取响应需要的列,避免 SELECT * 的宽行 I/O var standaloneListColumns = []string{ - "id", "iccid", "card_category", "carrier_id", "carrier_type", "carrier_name", + "id", "iccid", "virtual_no", "card_category", "carrier_id", "carrier_type", "carrier_name", "imsi", "msisdn", "batch_no", "supplier", "status", "shop_id", "activated_at", "activation_status", "real_name_status", "network_status", "data_usage_mb", "current_month_usage_mb", "current_month_start_date", "last_month_total_mb",