fix
wangpengfei
2023-07-25 7f8a45a749419c3da5b81c4683f0b8034f5280f3
api/v1/plan.go
@@ -87,6 +87,8 @@
      return
   }
   plan.Id = params.Id
   errCode = planService.UpdatePlan(&plan)
   if errCode != ecode.OK {
      ctx.Fail(errCode)