This commit is contained in:
邹宗楠
2022-11-21 14:49:49 +08:00
parent 11aec3f2bf
commit 724631c248

View File

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