Commit 7d22ad6f authored by 李增强's avatar 李增强

m

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