From a1999fb53d6584418f5831b67efc400699136c61 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 2 May 2024 00:33:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E4=B8=AA=E6=94=B9=E5=8A=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=BF=85=E8=A6=81=E7=8E=B0=E5=9C=A8=E5=9B=9E?= =?UTF-8?q?=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/em/services.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/em/services.py b/apps/em/services.py index d226a81d..00a09e58 100644 --- a/apps/em/services.py +++ b/apps/em/services.py @@ -46,9 +46,6 @@ def shutdown_or_startup(equipId: str, last_timex: datetime, last_mrs): # 设备运行状态决定工段运行状态 mgroup: Mgroup = equip.mgroup - # 如果不是工段不用关心其开停 - if mgroup.cate != 'section': - return indicate = equip.indicate_mgroup_running new_run = None