Commit 6f8eb592 authored by 李增强's avatar 李增强

m

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