liujiandao
2023-12-02 002539c8dc7eae6e64da1608245be01a889c061c
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)