饿鲜达部分商品增加默认价格和分类

This commit is contained in:
苏尹岚
2020-02-18 10:57:48 +08:00
parent 649d4d78e4
commit fa28f3b30c
4 changed files with 25 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ func getCheckExdStoreNameAndSeq(storeID int, storeCat *dao.SkuStoreCatInfo) (nam
if categoryCheck[storeCat.ID] != "" {
return storeCat.ExdName, storeCat.ExdSeq, true
} else {
return storeCat.Name, storeCat.Seq, false
return storeCat.ExdName, storeCat.ExdSeq, false
}
} else {
return storeCat.Name, storeCat.Seq, false