Browse Source

no message

libushang 10 months ago
parent
commit
2ba0bbd4bf
1 changed files with 1 additions and 1 deletions
  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()