api/v1/quotation.go
@@ -186,7 +186,7 @@ if params.SearchMap == nil { params.SearchMap = make(map[string]interface{}, 0) } params.SearchMap["member_id"] = userInfo.CrmUserId params.SearchMap["member_ids"] = userInfo.SubUserIds } quotations, total, errCode := quotationService.GetQuotationList(params.Page, params.PageSize, params.SearchMap)