自动关注畅销品排除物料店
This commit is contained in:
@@ -3209,6 +3209,9 @@ func AutoFocusStoreSkusForTopSkus(ctx *jxcontext.Context, isAsync, isContinueWhe
|
|||||||
skuName []*model.SkuName
|
skuName []*model.SkuName
|
||||||
skuNameMap = make(map[int]int)
|
skuNameMap = make(map[int]int)
|
||||||
)
|
)
|
||||||
|
if v.ID == model.MatterStoreID {
|
||||||
|
return retVal, err
|
||||||
|
}
|
||||||
sql := `
|
sql := `
|
||||||
SELECT DISTINCT a.name_id id
|
SELECT DISTINCT a.name_id id
|
||||||
FROM sku a
|
FROM sku a
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ExdStoreName = "饿鲜达"
|
ExdStoreName = "饿鲜达"
|
||||||
|
MatterStoreID = 666666
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user