Commit 56a4976a authored by 李增强's avatar 李增强

m

parent 8a37db48
......@@ -28,7 +28,7 @@ class QMTJ {
List<String> ids = [list[0]['id'],list[1]['id'],list[2]['id']];
List<Map> list2 = await _db.db
.query("page_tj", where: "id in(?)", whereArgs: [ids.join(",")]);
print("+++++++++++++++++++++++++++++${list2.length}");
print("++++++++++++$ids+++++++++++++++++${list2.length}");
return true;
});
}
......
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