Commit 2d3cc8c7 by dong

fix

parent c3f26026
...@@ -59,7 +59,7 @@ def adds(): ...@@ -59,7 +59,7 @@ def adds():
if st: if st:
status = '遇到堵点' status = '遇到堵点'
except: except:
if i["startTime"] and d > i["startTime"]: if i["startTime"] and d > datetime.strptime(i["startTime"], "%Y-%m-%d %H:%M:%S"):
status = '已完成' status = '已完成'
elif i["startTime"]: elif i["startTime"]:
status = '顺利推进' status = '顺利推进'
......
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