银豹同步京西,deletedlist测试
This commit is contained in:
@@ -950,9 +950,10 @@ func syncStoreSkusFromYb(ctx *jxcontext.Context, storeID, vendorID int, vendorSt
|
||||
deleteList = append(deleteList, v)
|
||||
}
|
||||
}
|
||||
fmt.Println("localSkuList", utils.Format4Output(localSkuList, false))
|
||||
fmt.Println("remoteSkuList", utils.Format4Output(remoteSkuList, false))
|
||||
fmt.Println("addList", utils.Format4Output(addList, false))
|
||||
fmt.Println("updateList", utils.Format4Output(updateList, false))
|
||||
// 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)
|
||||
|
||||
Reference in New Issue
Block a user