This commit is contained in:
邹宗楠
2022-10-09 18:39:49 +08:00
parent 2daf0aba42
commit 91e2f26ce8

View File

@@ -15,6 +15,7 @@ import (
// GetProductFormatNew 获取物品属性
func GetProductFormatNew(categoryLeftId int64, vendorOrgCode string) (string, error) {
category, err := getAPI(vendorOrgCode, 0, "").GetCatePropertyV2(categoryLeftId)
globals.SugarLogger.Debug("========productFormatNewDATA==============", utils.Format4Output(category, false))
if err != nil {
return "", err
}