fix: 修改更新后续状态的数据库方法名称以提高可读性
This commit is contained in:
parent
ba68c247b9
commit
35cd14ba02
@ -113,7 +113,7 @@ while True:
|
|||||||
logger.info(f"subsequent report_id:{r_id} ")
|
logger.info(f"subsequent report_id:{r_id} ")
|
||||||
# try:
|
# try:
|
||||||
subsequent_status, info = d.report_follow_up(r_id)
|
subsequent_status, info = d.report_follow_up(r_id)
|
||||||
db.update_subsequent_status_by_id(
|
db.update_subsequent_status_by_report_id(
|
||||||
r_id, subsequent_status, f"http://{ip}:5000/image/{info}"
|
r_id, subsequent_status, f"http://{ip}:5000/image/{info}"
|
||||||
)
|
)
|
||||||
# except Exception as e:
|
# except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user