|
@@ -2,9 +2,11 @@ package com.management.platform.mapper;
|
|
|
|
|
|
import com.management.platform.entity.Clue;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
+import com.management.platform.util.HttpRespMsg;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.apache.ibatis.annotations.Select;
|
|
|
|
|
|
+import javax.servlet.http.HttpServletRequest;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -38,4 +40,5 @@ public interface ClueMapper extends BaseMapper<Clue> {
|
|
|
Clue selectById2Info(@Param("id") Integer id);
|
|
|
|
|
|
Map<String, Object> getDataSummary(Integer companyId, String startDate, String endDate, String userId,@Param("list") List<String> targetUserIds);
|
|
|
+
|
|
|
}
|