fix
zhangqian
2023-08-15 0e8be85f382fbad5b003f6f86768ef799e2c027d
api/v1/quotation.go
@@ -160,7 +160,7 @@
      return
   }
   quotations, total, errCode := quotationService.GetQuotationList(params.Page, params.PageSize, params.Keyword)
   quotations, total, errCode := quotationService.GetQuotationList(params.Page, params.PageSize, params.SearchMap)
   if errCode != ecode.OK {
      ctx.Fail(errCode)
      return