Commit 6ba46cb9 authored by 张晓彤's avatar 张晓彤

gitlab提交

parent 1c3093f0
......@@ -320,8 +320,8 @@ def update_fixdisp_truck():
for item in query:
fixed_truck_list.append(item.id)
if len(fixed_truck_list) < 1:
raise Exception("无固定派车计划可用-固定派车矿卡集合读取异常")
# if len(fixed_truck_list) < 1:
# raise Exception("无固定派车计划可用-固定派车矿卡集合读取异常")
except Exception as es:
logger.info("派车计划读取")
logger.error(es)
......
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