fix post log
This commit is contained in:
parent
97f9e90b92
commit
0db6153ce6
|
@ -79,7 +79,7 @@ from
|
||||||
ELSE '其他'
|
ELSE '其他'
|
||||||
END AS type_id,
|
END AS type_id,
|
||||||
`change`
|
`change`
|
||||||
from vas_ch_income where ct>={} and ct<{}
|
from vas_ch_income where ct>={} and ct<{} and mid>0
|
||||||
) t1
|
) t1
|
||||||
group by t1.mid,t1.type_id
|
group by t1.mid,t1.type_id
|
||||||
'''.format(st, et)
|
'''.format(st, et)
|
||||||
|
|
Loading…
Reference in New Issue