自动关注畅销品排除物料店

This commit is contained in:
苏尹岚
2020-03-20 14:28:58 +08:00
parent 6c3e3ce0bc
commit 83ded833b5
2 changed files with 5 additions and 1 deletions

View File

@@ -3209,6 +3209,9 @@ func AutoFocusStoreSkusForTopSkus(ctx *jxcontext.Context, isAsync, isContinueWhe
skuName []*model.SkuName
skuNameMap = make(map[int]int)
)
if v.ID == model.MatterStoreID {
return retVal, err
}
sql := `
SELECT DISTINCT a.name_id id
FROM sku a

View File

@@ -56,7 +56,8 @@ const (
)
const (
ExdStoreName = "饿鲜达"
ExdStoreName = "饿鲜达"
MatterStoreID = 666666
)
var (