陈昶聿
9 天以前 5606bbded42d92be6db4b49f03ab7ef34f21f8c3
smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java
@@ -224,4 +224,16 @@
     */
    List<Map<String, Object>> getHeLibraryCount(HeLibraryCountVO heLibraryCountVO);
    /**
     * 宣教统计超链接
     */
    List<ServiceSubtask> gethelibraryCountHyperlink(HeLibraryCountVO heLibraryCountVO);
    /**
     * 统计问题的选项的百分比
     * @param taskIds
     * @return
     */
    List<ServiceSubtaskDetailRatioExport> statQuestionOption(@Param("taskIds") List<Long> taskIds);
}