fix
wangpengfei
2023-08-11 4dd4ae617e7f37817d2c795ff011d73a67dc29bf
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