libushang hai 10 meses
pai
achega
2ba0bbd4bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      routers/api/eventManagement/event.py

+ 1 - 1
routers/api/eventManagement/event.py

@@ -627,7 +627,7 @@ async def lauch_emergency_plan(
     if event_row.plan_id != '' and event_row.response_level != '':
         return {
             "code": 500,
-            "msg": "已启动预案"
+            "msg": "预案已启动"
         }
     
     plan_row = db.query(EmergencyPlan).filter(EmergencyPlan.plan_number == plan_id).first()