This commit is contained in:
lwl0608 2024-07-01 14:42:38 +08:00
parent 7f54a0d8ed
commit 0652d8f125
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ from
ELSE '其他'
END AS type_id,
`change`
from vas_ch_income where mid=182308 and ct>=1719158400 and ct<1719763200
from vas_ch_income where ct>={} and ct<{}
) t1
group by t1.mid,t1.type_id
'''.format(st, et)