jc_show 日志拆分脚本

This commit is contained in:
pengtao 2019-09-20 15:45:06 +08:00
parent f9612c9cc2
commit 53d306d80a

View File

@ -40,7 +40,7 @@ class JcShowInit:
and channel={self.channelid}
and "$part_event"='event_11_31'
and "button_name" ='jc_show'
and "$part_date"={self.time}
and "$part_date"='{self.time}'
"""
data = self.tga.get_data(sql)
all = list()