| | |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | List<Map<String, Object>> getHeLibraryCount(HeLibraryCountVO heLibraryCountVO); |
| | | |
| | | /** |
| | | * 宣教统计超链接 |
| | | */ |
| | | List<ServiceSubtask> gethelibraryCountHyperlink(HeLibraryCountVO heLibraryCountVO); |
| | | |
| | | /** |
| | | * 统计问题的选项的百分比 |
| | | * |
| | | * @param taskIds |
| | | * @return |
| | | */ |
| | | List<ServiceSubtaskDetailRatioExport> statQuestionOption(@Param("taskIds") List<Long> taskIds, @Param("startOutHospTime") Date startOutHospTime, @Param("endOutHospTime") Date endOutHospTime); |
| | | |
| | | } |