This commit is contained in:
邹宗楠
2024-12-11 10:40:09 +08:00
parent 4109b7f03c
commit 87d5598140
5 changed files with 18 additions and 13 deletions

View File

@@ -50,7 +50,6 @@ func CreateStoreCategoryByStoreSku(ctx *jxcontext.Context, vendorID, storeID int
}()
for i := 0; i < 2; i++ {
localCats, err2 := dao.GetSkusCategories(db, vendorID, storeID, skuIDs, i+1)
globals.SugarLogger.Debugf("----------localCats:= %s", utils.Format4Output(localCats, false))
if err = err2; err != nil {
return err
}