Commit 21aa7c92 authored by 李增强's avatar 李增强

m

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