diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 0f264b039..40c793626 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -201,6 +201,7 @@ var ( "15208271238": "15208271238", "18583684218": "18583684218", "18982250714": "18982250714", + "13708196093": "13708196093", } ) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 4cab77d22..6707652c4 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1079,7 +1079,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs if err != nil || storeDetail == nil { continue } - if beego.BConfig.RunMode == "prod" { + if beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "beta" { if len(storeIDs) > 1 { if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" { continue