|
@@ -2,6 +2,7 @@ package com.management.platform.mapper;
|
|
|
|
|
|
import com.management.platform.entity.BusinessOpportunity;
|
|
import com.management.platform.entity.BusinessOpportunity;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
|
+import com.management.platform.entity.User;
|
|
import com.management.platform.util.HttpRespMsg;
|
|
import com.management.platform.util.HttpRespMsg;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
@@ -37,4 +38,9 @@ public interface BusinessOpportunityMapper extends BaseMapper<BusinessOpportunit
|
|
|
|
|
|
List<Map<String, Object>> getDataStage(Integer companyId, String startDate, String endDate, String userId,@Param("list") List<String> targetUserIds);
|
|
List<Map<String, Object>> getDataStage(Integer companyId, String startDate, String endDate, String userId,@Param("list") List<String> targetUserIds);
|
|
|
|
|
|
|
|
+ List<BusinessOpportunity> getAllList(Integer companyId);
|
|
|
|
+
|
|
|
|
+ List<BusinessOpportunity> getAllList1(User user);
|
|
|
|
+
|
|
|
|
+ List<BusinessOpportunity> getAllList2(User user);
|
|
}
|
|
}
|