This commit is contained in:
邹宗楠
2023-01-09 10:25:40 +08:00
parent 2308c54e23
commit 076d66c227
2 changed files with 38 additions and 27 deletions

View File

@@ -435,6 +435,7 @@ func updateStoreSku(db *dao.DaoDB, vendorID int, storeSkuList []*dao.StoreSkuSyn
}
}
}
globals.SugarLogger.Debugf("=========updateItemList===num-- %d,%s", num, err.Error())
return num, err
}