소스 검색

no message

libushang 10 달 전
부모
커밋
2ba0bbd4bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()