Commit 102e862d authored by 李增强's avatar 李增强

合并app启动统计数据

parent 67efcf45
......@@ -46,7 +46,13 @@ class App {
};
await _db.ready;
Utils.log("app onPause", map);
await _db.db.insert("app_tj", map);
await _db.db.update(
"app_tj",
{
"disappear_time": disappearTime,
},
where: "id = ? and disappear_time = 0",
whereArgs: [_appStartUpId]);
}
// 上传数据至接口
......
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