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