自动关注畅销品排除物料店
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -56,7 +56,8 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
ExdStoreName = "饿鲜达"
|
||||
ExdStoreName = "饿鲜达"
|
||||
MatterStoreID = 666666
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user