Commit 3ac44daf by 宋鹏博

Merge branch 'test' into 'master'

fix

See merge request !1
parents f6b903bf 2bc127aa
......@@ -59,11 +59,4 @@ def ws_error(minute, error_answer_list=error_answer):
print("结束")
if __name__ == '__main__':
data = DButils().select_sql(
f"select emp_id,content,id from aicaptain.message_record mr WHERE create_time > NOW() - INTERVAL 100 minute "
f"and id=1895017692240617472 limit 1; ")
if "true" or "false" in data[0][1]:
dirt = data[0][1].replace("true", "True").replace("false", "False")
d = ast.literal_eval(dirt)
print(d.get("msgContentList")[1].get("data").get("reviewReportRecordId"))
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