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