1
This commit is contained in:
@@ -851,7 +851,8 @@ func (c *SkuController) UpdateTiktokCategory() {
|
|||||||
var count int64 = 0
|
var count int64 = 0
|
||||||
for {
|
for {
|
||||||
data, total := tiktok_store.GetProductAuditList("57939570", page, pageSize)
|
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)
|
ddIDList := make([]string, 0, 100)
|
||||||
skuList := make([]CategoryList, 0, 100)
|
skuList := make([]CategoryList, 0, 100)
|
||||||
db := dao.GetDB()
|
db := dao.GetDB()
|
||||||
|
|||||||
Reference in New Issue
Block a user