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