果园可以批量
This commit is contained in:
@@ -1079,9 +1079,11 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs
|
||||
if err != nil || storeDetail == nil {
|
||||
continue
|
||||
}
|
||||
if len(storeIDs) > 1 {
|
||||
if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" {
|
||||
continue
|
||||
if beego.BConfig.RunMode == "prod" {
|
||||
if len(storeIDs) > 1 {
|
||||
if storeDetail.StoreLevel == "D" || storeDetail.StoreLevel == "E" {
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
scaleFactor := float64(1)
|
||||
|
||||
Reference in New Issue
Block a user