This commit is contained in:
Jay 2018-08-23 23:33:35 +08:00
parent d8c5c5de5f
commit a652733c3d
1 changed files with 1 additions and 1 deletions

View File

@ -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({