diff --git a/internal/store/postgres/iot_card_store.go b/internal/store/postgres/iot_card_store.go index fb9f5c4..7967052 100644 --- a/internal/store/postgres/iot_card_store.go +++ b/internal/store/postgres/iot_card_store.go @@ -229,7 +229,7 @@ var standaloneListColumns = []string{ "activation_status", "real_name_status", "network_status", "data_usage_mb", "current_month_usage_mb", "current_month_start_date", "last_month_total_mb", "last_data_check_at", "last_real_name_check_at", "enable_polling", "series_id", - "first_commission_paid", "accumulated_recharge", "created_at", "updated_at", + "created_at", "updated_at", } // ListStandalone 独立卡列表查询入口