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