From 0e8be85f382fbad5b003f6f86768ef799e2c027d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 15 八月 2023 14:47:02 +0800
Subject: [PATCH] fix

---
 api/v1/quotation.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/v1/quotation.go b/api/v1/quotation.go
index b436336..724da4f 100644
--- a/api/v1/quotation.go
+++ b/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

--
Gitblit v1.8.0