Commit 2d3cc8c7 by dong

fix

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