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