Merge branch 'master' into release
This commit is contained in:
commit
f3f08198ff
@ -161,7 +161,7 @@ r.get('/channel/:chid/opay/bar', async (c, n) => {
|
|||||||
|
|
||||||
if (result.rowCount > 0) {
|
if (result.rowCount > 0) {
|
||||||
text = `select sum(list.price) as total from "public"."opay_donate_list" list
|
text = `select sum(list.price) as total from "public"."opay_donate_list" list
|
||||||
left join "public"."twitch" tw
|
left join "public"."twitch_channel" tw
|
||||||
on tw.opayid = list.opayid
|
on tw.opayid = list.opayid
|
||||||
where
|
where
|
||||||
tw.opayid != ''
|
tw.opayid != ''
|
||||||
|
Loading…
Reference in New Issue
Block a user