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