From e37aad9e1db06ff0a810f2913b16cdffa84eb6c2 Mon Sep 17 00:00:00 2001 From: Break Date: Mon, 15 Jun 2026 15:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=8D=E5=85=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/exporter/iot_card_scene.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/internal/exporter/iot_card_scene.go b/internal/exporter/iot_card_scene.go index 644677b..4e448e5 100644 --- a/internal/exporter/iot_card_scene.go +++ b/internal/exporter/iot_card_scene.go @@ -197,15 +197,15 @@ func (s *IotCardDataSource) applyFilters(ctx context.Context, query *gorm.DB, pa } type iotCardExportRow struct { - ICCID string - MSISDN string - DeviceVirtualNo string - CarrierName string - ShopName string - DeviceName string - RealNameStatus int - FirstRealnameAt *time.Time - NetworkStatus int + ICCID string `gorm:"column:iccid"` + MSISDN string `gorm:"column:msisdn"` + DeviceVirtualNo string `gorm:"column:device_virtual_no"` + CarrierName string `gorm:"column:carrier_name"` + ShopName string `gorm:"column:shop_name"` + DeviceName string `gorm:"column:device_name"` + RealNameStatus int `gorm:"column:real_name_status"` + FirstRealnameAt *time.Time `gorm:"column:first_realname_at"` + NetworkStatus int `gorm:"column:network_status"` } func formatRealNameVerified(status int) string {