req_check=bh_utils.query_data(f"select status from geo_commit_task where reqId ='{req_id}'")
req_check=bh_utils.query_data(f"select status from geo_commit_task where reqId ='{req_id}'")
req_status=""
req_status=""
ifreq_checkandlen(req_check)>0:
ifreq_checkandlen(req_check)>0:
...
@@ -2014,7 +2018,7 @@ if __name__ == '__main__':
...
@@ -2014,7 +2018,7 @@ if __name__ == '__main__':
# data_list = bh_utils.query_data("select * from geo_commit_task where platform = 'DP' and thinking_enabled = 1 and insertime > 1777564800 and type!='success' order by insertime asc")
# data_list = bh_utils.query_data("select * from geo_commit_task where platform = 'DP' and thinking_enabled = 1 and insertime > 1777564800 and type!='success' order by insertime asc")
data_list=bh_utils.query_data("select * from geo_commit_task where status != 'SUCCESS' and prompt like '%附近美食推荐%'")
data_list=bh_utils.query_data("select * from geo_commit_task where status = 'ING'")
# data_list = bh_utils.query_data("select * from geo_commit_task where prompt = '飞鹤和君乐宝奶粉的异同点对比' and platform = 'DB'")
# data_list = bh_utils.query_data("select * from geo_commit_task where prompt = '飞鹤和君乐宝奶粉的异同点对比' and platform = 'DB'")
# data_list = bh_utils.query_data("select * from geo_commit_task where pt = '20260720' and platform = 'TYQW' and type = 'success' ")
# data_list = bh_utils.query_data("select * from geo_commit_task where pt = '20260720' and platform = 'TYQW' and type = 'success' ")