商品分类修改

This commit is contained in:
苏尹岚
2020-05-22 15:07:17 +08:00
parent 5575985101
commit e176bd8754
3 changed files with 23 additions and 34 deletions

View File

@@ -4427,6 +4427,5 @@ func focusC4Matters(ctx *jxcontext.Context, db *dao.DaoDB, v *model.Sku) (err er
}
func RefreshJdsSkusStatus(ctx *jxcontext.Context) (err error) {
return err
}

View File

@@ -1397,6 +1397,7 @@ func changeList2Jds(list []*dao.StoreSkuSyncInfo) (rList []*dao.StoreSkuSyncInfo
storeSku.Img2 = v[0].Img2
storeSku.DescImg = v[0].DescImg
storeSku.JdsWareID = v[0].JdsWareID
storeSku.CategoryName = v[0].CategoryName
rList = append(rList, storeSku)
}
return rList