陈昶聿
7 天以前 609bffe781d1096ee91cbf799c043d9a3d6f14d2
smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java
@@ -241,4 +241,11 @@
     */
    List<Map<String, Object>> getHeLibraryCount(HeLibraryCountVO heLibraryCountVO);
    /**
     * 统计问题的选项的百分比
     * @param taskIds
     * @return
     */
    List<ServiceSubtaskDetailRatioExport> statQuestionOption(@Param("taskIds") List<Long> taskIds);
}