quanxian level
This commit is contained in:
@@ -201,6 +201,7 @@ var (
|
|||||||
"15208271238": "15208271238",
|
"15208271238": "15208271238",
|
||||||
"18583684218": "18583684218",
|
"18583684218": "18583684218",
|
||||||
"18982250714": "18982250714",
|
"18982250714": "18982250714",
|
||||||
|
"13708196093": "13708196093",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1079,7 +1079,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
|
|||||||
if err != nil || storeDetail == nil {
|
if err != nil || storeDetail == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if beego.BConfig.RunMode == "prod" {
|
if beego.BConfig.RunMode == "prod" || beego.BConfig.RunMode == "beta" {
|
||||||
if len(storeIDs) > 1 {
|
if len(storeIDs) > 1 {
|
||||||
if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" {
|
if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user