From c92534229c83436ffe9e6752209200dd70b77808 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 17 八月 2023 19:19:44 +0800
Subject: [PATCH] add
---
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