This commit is contained in:
邹宗楠
2023-07-06 18:09:39 +08:00
parent 2c1be52d37
commit a55ac57af4
2 changed files with 0 additions and 3 deletions

View File

@@ -771,7 +771,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
_, err := updateStoreSku(dao.GetDB(), vendorID, successList, model.SyncFlagNewMask)
if err != nil {
globals.SugarLogger.Debugf("20.sth wrong on updateStoreSku: %v", err)
//return nil, 0, err
}
}
return nil, len(successList), err