fix doc
This commit is contained in:
parent
7f54a0d8ed
commit
0652d8f125
|
@ -58,7 +58,7 @@ from
|
||||||
ELSE '其他'
|
ELSE '其他'
|
||||||
END AS type_id,
|
END AS type_id,
|
||||||
`change`
|
`change`
|
||||||
from vas_ch_income where mid=182308 and ct>=1719158400 and ct<1719763200
|
from vas_ch_income where ct>={} and ct<{}
|
||||||
) 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