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