fix
This commit is contained in:
parent
d8c5c5de5f
commit
a652733c3d
@ -166,7 +166,7 @@ r.get('/channel/:chid/opay/bar', async (c, n) => {
|
|||||||
where
|
where
|
||||||
tw.opayid != ''
|
tw.opayid != ''
|
||||||
and tw.id = $1
|
and tw.id = $1
|
||||||
and ctime >= $2
|
and list.ctime >= $2
|
||||||
group by list.opayid`
|
group by list.opayid`
|
||||||
values = [chid, setting.start_date]
|
values = [chid, setting.start_date]
|
||||||
let priceResult = await c.db.query({
|
let priceResult = await c.db.query({
|
||||||
|
Loading…
Reference in New Issue
Block a user