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

m

parent f8d5ee28
......@@ -60,6 +60,7 @@ class Page {
void upload() async {
await _db.ready;
List<Map> list = await _db.db.query("page_tj", limit: 100, offset: 0);
Utils.log("find page rows", {"rows": list.length});
if (list.length == 0) {
return;
}
......
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