Commit cd09dcdd by dong

fix

parent 2d3cc8c7
...@@ -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 > datetime.strptime(i["startTime"], "%Y-%m-%d %H:%M:%S"): if i["startTime"] and d > datetime.strptime(i["startTime"], "%Y-%m-%d"):
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