This commit is contained in:
邹宗楠
2022-11-21 14:40:05 +08:00
parent 4d2902b51e
commit 400d277c5d

View File

@@ -851,7 +851,8 @@ func (c *SkuController) UpdateTiktokCategory() {
var count int64 = 0
for {
data, total := tiktok_store.GetProductAuditList("57939570", page, pageSize)
globals.SugarLogger.Debugf("total %d", total)
globals.SugarLogger.Debugf("total=== %d", total)
globals.SugarLogger.Debugf("data==== %s", utils.Format4Output(data, false))
ddIDList := make([]string, 0, 100)
skuList := make([]CategoryList, 0, 100)
db := dao.GetDB()