fix post log
This commit is contained in:
parent
97f9e90b92
commit
0db6153ce6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue