Commit 9b962889 authored by 李增强's avatar 李增强

m

parent 08d59a81
......@@ -48,8 +48,7 @@ class Exposure {
"delete from exposure_tj where id in('${ids.join("','")}')");
}
if (Utils.isDebug) {
Utils.log(
"exposure_tj upload_result", {"ok": result, "length": list.length});
Utils.log("exposure upload_result", {"ok": result, "length": list.length});
}
if (list.length == 100) {
await upload();
......
......@@ -51,7 +51,7 @@ class Tap {
.rawDelete("delete from tap_tj where id in('${ids.join("','")}')");
}
if (Utils.isDebug) {
Utils.log("tap_tj upload_result", {"ok": result, "length": list.length});
Utils.log("tap upload_result", {"ok": result, "length": list.length});
}
if (list.length == 100) {
await upload();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment