This commit is contained in:
wuaho 2021-11-18 15:53:30 +08:00
parent d48e9166c4
commit 39faa3322c

View File

@ -139,6 +139,8 @@ class UserAnalysis:
where = user_filter
col = sa.Column(item['columnName'])
if item.get('data_type') == 'datetime':
col = func.addHours(col, self.zone_time)
comparator = item['comparator']
ftv = item['ftv']