From 0e063e7a664558db77c5e72e57c658625b1b2352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 31 Mar 2026 17:36:17 +0800 Subject: [PATCH] 1 --- business/model/mt_avtivity_station.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/model/mt_avtivity_station.go b/business/model/mt_avtivity_station.go index 8fa623c9a..c7c4ef76b 100644 --- a/business/model/mt_avtivity_station.go +++ b/business/model/mt_avtivity_station.go @@ -12,9 +12,9 @@ type ActivityStation struct { StoreSkuNum int64 `orm:"column(store_sku_num);size(48)" json:"store_sku_num"` // 门店商品数量 StoreRating float64 `orm:"column(store_rating);size(16)" json:"store_rating"` // 评分 DeliveryFee string `orm:"column(delivery_fee);size(512)" json:"delivery_fee"` // 超过1.5km起送价不大于20 - DeliveryFee2 string `orm:"column(delivery_fee2);size(4)" json:"delivery_fee2"` // 超过1.5km配送费不大于0 - PromotionFee string `orm:"column(promotion_fee);size(4)" json:"promotion_fee"` // 推广费超过三十五元 - BusinessHours string `orm:"column(business_hours);size(4)" json:"business_hours"` // 营业时间超过11小时 + DeliveryFee2 string `orm:"column(delivery_fee2);size(16)" json:"delivery_fee2"` // 超过1.5km配送费不大于0 + PromotionFee string `orm:"column(promotion_fee);size(64)" json:"promotion_fee"` // 推广费超过三十五元 + BusinessHours string `orm:"column(business_hours);size(64)" json:"business_hours"` // 营业时间超过11小时 } type EffectiveStores struct { JxStoreID int `orm:"column(jx_store_id)" json:"jxStoreID"` // 根据VendorStoreID在本地系统里查询出来的 jxstoreid