This commit is contained in:
邹宗楠
2022-11-17 11:33:34 +08:00
parent c9f16565c5
commit d29192732d

View File

@@ -338,6 +338,8 @@ func (a *API) QueryCategoriesByOrgCode() (catList []*CategoryInfo, err error) {
"SHOP_CATEGORY_LEVEL",
"SORT",
}), nil, nil, nil)
globals.SugarLogger.Debugf("=========result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("=========result := %s", err)
if err == nil {
return interface2CatList(result, 1, nil), nil
}