Commit 75af712e authored by 李增强's avatar 李增强

m

parent 0488848d
......@@ -27,8 +27,8 @@ class QMTJ {
print("+++++++++++++++++++++++++++++${list.length}");
List<String> ids = [list[0]['id'],list[1]['id'],list[2]['id']];
List<Map> list2 = await _db.db
.rawQuery("select * form page_tj where id in(${ids.join(",")})");
print("++++++++++++$ids+++++++++++++++++${list2.length}+++++${"select * form page_tj where id in(${ids.join(",")})"}");
.rawQuery("select * FROM page_tj where id in(\"${ids.join('","')}\")")");
print("++++++++++++$ids+++++++++++++++++${list2.length}+++++${"select * FROM page_tj where id in(\"${ids.join('","')}\")"}");
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