mirror of
https://github.com/itsnaveenk/bazar3.git
synced 2025-12-19 19:37:06 +00:00
scheduled result view fixed
This commit is contained in:
parent
9cc08debed
commit
d09208c07f
@ -76,7 +76,7 @@ exports.getMonthlyResults = async (team, month) => {
|
||||
}
|
||||
|
||||
const results = await db.query(`
|
||||
SELECT r.result, r.result_time,
|
||||
SELECT r.result_time,
|
||||
CASE
|
||||
WHEN NOW() < r.result_time THEN '-1'
|
||||
ELSE r.result
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user