fix: 上个改动没有必要现在回退

This commit is contained in:
caoqianming 2024-05-02 00:33:57 +08:00
parent ca15092c5c
commit a1999fb53d
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ def shutdown_or_startup(equipId: str, last_timex: datetime, last_mrs):
# 设备运行状态决定工段运行状态 # 设备运行状态决定工段运行状态
mgroup: Mgroup = equip.mgroup mgroup: Mgroup = equip.mgroup
# 如果不是工段不用关心其开停
if mgroup.cate != 'section':
return
indicate = equip.indicate_mgroup_running indicate = equip.indicate_mgroup_running
new_run = None new_run = None