1
This commit is contained in:
parent
4e4b3e5359
commit
8c912dd185
@ -24,7 +24,10 @@ class Fragment {
|
|||||||
try {
|
try {
|
||||||
const daySeconds = utils.getDaySeconds(nowTime, constant.TIME_ZONE);
|
const daySeconds = utils.getDaySeconds(nowTime, constant.TIME_ZONE);
|
||||||
const hourSeconds = utils.getHourSeconds(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) {
|
} catch (err) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user