陈昶聿
8 天以前 62e4044f217077a2cb06168a38008b9f0ca0f372
smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java
@@ -187,5 +187,14 @@
    public Map<String, Object> getHeLibraryCount(@RequestBody HeLibraryCountVO heLibraryCountVO);
    public List<ServiceSubtask> gethelibraryCountHyperlink(@RequestBody HeLibraryCountVO heLibraryCountVO);
    Map<String, Object> smsSubTask(Long subid);
    /**
     * 统计问题的选项的百分比
     * @param taskIds
     * @return
     */
    public List<ServiceSubtaskDetailRatioExport> statQuestionOption(List<Long> taskIds);
}