diff --git a/controllers/cms_sku.go b/controllers/cms_sku.go index 8dcfe70e3..ef21a9879 100644 --- a/controllers/cms_sku.go +++ b/controllers/cms_sku.go @@ -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()