陈昶聿
2026-07-09 e2a8c2e004a7ef5942994ad47e350576339413ef
smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java
@@ -188,4 +188,11 @@
    public Map<String, Object> getHeLibraryCount(@RequestBody HeLibraryCountVO heLibraryCountVO);
    Map<String, Object> smsSubTask(Long subid);
    /**
     * 统计问题的选项的百分比
     * @param taskIds
     * @return
     */
    public List<ServiceSubtaskDetailRatioExport> statQuestionOption(List<Long> taskIds);
}