add
wangpengfei
2023-08-17 efdfa2d6754354c021a19b340088c296fff74ca6
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