测试关注

This commit is contained in:
苏尹岚
2020-05-19 08:31:49 +08:00
parent 4a15e4fc96
commit 2e534cc6e8

View File

@@ -886,6 +886,7 @@ func UpdateStoresSkusByBind(ctx *jxcontext.Context, parentTask tasksch.ITask, sk
for _, v := range skuIDs { for _, v := range skuIDs {
skuIDMap[v] = 1 skuIDMap[v] = 1
} }
fmt.Println("test111111", skuIDs)
num += int64(len(skuIDs)) num += int64(len(skuIDs))
} }
// dao.Commit(db) // dao.Commit(db)