饿鲜达分类同步修改
This commit is contained in:
@@ -83,6 +83,8 @@ func getCheckExdStoreNameAndSeq(storeID int, storeCat *dao.SkuStoreCatInfo) (nam
|
|||||||
if strings.Contains(store.Name, model.ExdStoreName) {
|
if strings.Contains(store.Name, model.ExdStoreName) {
|
||||||
if categoryCheck[storeCat.ID] != "" {
|
if categoryCheck[storeCat.ID] != "" {
|
||||||
return storeCat.ExdName, storeCat.ExdSeq, true
|
return storeCat.ExdName, storeCat.ExdSeq, true
|
||||||
|
} else {
|
||||||
|
return storeCat.Name, storeCat.Seq, false
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return storeCat.Name, storeCat.Seq, false
|
return storeCat.Name, storeCat.Seq, false
|
||||||
|
|||||||
Reference in New Issue
Block a user