Commit bfeac537 authored by 李增强's avatar 李增强

m

parent ffbe47c3
......@@ -218,7 +218,7 @@ class QMTJ {
}
if (value != null && value['code'] == 200) {
int result = await _db.db
.delete("page_tj", where: "id in('?')", whereArgs: [ids.join("','")]);
.rawDelete("delete from page_tj where id in('${ids.join("','")}')");
log("clear_page_tj", {"olength": list.length, "length": result});
}
});
......
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