Commit 95fa7783 authored by 李增强's avatar 李增强

m

parent d5ff5262
......@@ -60,7 +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});
Utils.log("find page rows", {"rows": list.length,"t": Utils.getDateNow()});
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