This commit is contained in:
gazebo
2019-12-11 09:11:15 +08:00
parent 31704041a8
commit 3e6fdb0de1

View File

@@ -61,7 +61,7 @@ func GetCategories(ctx *jxcontext.Context, parentID int) (catList []*dao.SkuCate
ids = append(ids, v.ID)
}
thingMapMap, err2 := dao.GetThingMapMap(db, model.ThingTypeCategory, nil, ids)
globals.SugarLogger.Debug(utils.Format4Output(thingMapMap, false))
// globals.SugarLogger.Debug(utils.Format4Output(thingMapMap, false))
if err = err2; err == nil {
for _, v := range cats {
catList = append(catList, &dao.SkuCategoryWithVendor{