diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 218aee4dd..c378173f2 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -993,7 +993,8 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt } fmt.Println("remoteSkuList", len(remoteSkuList)) fmt.Println("addList", len(addList)) - fmt.Println("updateList", len(updateList)) + fmt.Println("updateList", utils.Format4Output(updateList, false)) + fmt.Println("deleteList", utils.Format4Output(deleteList, false)) // taskSeqFunc := func(task *tasksch.SeqTask, step int, params ...interface{}) (result interface{}, err error) { // store, _ := dao.GetStoreDetail(db, storeID, vendorID) // switch step {