Commit af08188c authored by 刘丙寅's avatar 刘丙寅

修改代码逻辑

parent 7860ca4f
......@@ -27,12 +27,9 @@ def test():
date = list[i].get("date")
days.append(date)
message = ""
if int(format_tomorrow) in days:
if int(format_tomorrow) in days and int(format_today) not in days:
worker = peizhi.Personnel_list.get(int(format_tomorrow))
if worker ==None:
message = "明日假期但还没有分配值班人员"
else:
message = worker
message = worker
dd_url = "https://oapi.dingtalk.com/robot/send?access_token=062ab7f98f47c85e6c200efd21ae5d532e4f1bbfd6782ae1268b9a1f4d3dc7b9"
text = "明日开始休息:本次值班人员为:%s 值班人员记得带 电脑,手机, vpn环境" % {message}
json_text = {
......
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