From 18f5a87f2b647a27417aaffd62f48ff38be1d0d8 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 14 八月 2023 13:35:29 +0800 Subject: [PATCH] fix --- model/request/contract.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/contract.go b/model/request/contract.go index f86a93b..8480054 100644 --- a/model/request/contract.go +++ b/model/request/contract.go @@ -20,5 +20,5 @@ type GetContractList struct { PageInfo - Keyword string `json:"keyword"` + SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{} {"member_name": "閿�鍞礋璐d汉", "number": "鍚堝悓缂栧彿", "created_at": "鍒涘缓鏃堕棿"} } -- Gitblit v1.8.0