fix post log

This commit is contained in:
lwl0608 2024-07-01 15:26:54 +08:00
parent 97f9e90b92
commit 0db6153ce6
1 changed files with 1 additions and 1 deletions

View File

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