1
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user