liujiandao
2023-12-19 981681b3cc96d3f8e90ce5e358e1540d02f9f5d9
api/v1/priorityLevel.go
@@ -71,6 +71,10 @@
   if !ok {
      return
   }
    if params.Id == 0 {
        ctx.Fail(ecode.ParamsErr)
    }
    params.PriorityLevel.Id = params.Id
   errCode := service.NewPriorityLevelService().UpdatePriorityLevel(&params.PriorityLevel)
   if errCode != ecode.OK {