1
This commit is contained in:
parent
4e4b3e5359
commit
8c912dd185
@ -24,7 +24,10 @@ class Fragment {
|
||||
try {
|
||||
const daySeconds = utils.getDaySeconds(nowTime, constant.TIME_ZONE);
|
||||
const hourSeconds = utils.getHourSeconds(nowTime, constant.TIME_ZONE);
|
||||
|
||||
const {err, conn} = await app.getDbConn("GameDb1");
|
||||
if (!err && conn) {
|
||||
const {err, rows} = await conn.execQuery();
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user