Commit 347b59c5 authored by wang.wenrong's avatar wang.wenrong

识别记录

parent 9b8ceb84
...@@ -109,7 +109,7 @@ async def query_search_scope(cid, pid, page_num, page_size, ...@@ -109,7 +109,7 @@ async def query_search_scope(cid, pid, page_num, page_size,
if start_time: if start_time:
where += f" and pt.event_datetime >= '{start_time}' " where += f" and pt.event_datetime >= '{start_time}' "
if end_time: if end_time:
where += f" and pe.event_datetime <= '{end_time}' " where += f" and pe.create_time <= '{end_time}' "
if mtid: if mtid:
if len(mtid) == 1: if len(mtid) == 1:
where += f" and pe.mtid = {mtid['mtid']} " where += f" and pe.mtid = {mtid['mtid']} "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment