From 3bb8de0f6aace8bb5741cc513c185385fe780f09 Mon Sep 17 00:00:00 2001 From: like Date: Tue, 11 Jul 2023 10:30:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=84=E8=AD=A6=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/workorderrouter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/workorderrouter.go b/src/router/workorderrouter.go index f07ca60..db448f5 100644 --- a/src/router/workorderrouter.go +++ b/src/router/workorderrouter.go @@ -13,6 +13,7 @@ func InitWorkOrderRouter(e *gin.Engine) { //预警工单管理 alert := so.Group("/alert") { + alert.GET("", controller.DetailAlertList) // 详情 alert.GET("/list", controller.ListAlertList) // 列表 } -- 2.26.0