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