liujiandao
2023-10-12 17aaed743ab7a3520ec8eb9e4ab7c776ca807cdd
api/v1/serviceContract.go
@@ -144,7 +144,7 @@
      return
   }
   serviceContracts, total, errCode := serviceContractService.GetServiceContractList(params.Page, params.PageSize, params.QueryClass, params.KeywordType, params.Keyword)
   serviceContracts, total, errCode := serviceContractService.GetServiceContractList(params)
   if errCode != ecode.OK {
      ctx.Fail(errCode)
      return