陈昶聿
9 天以前 5606bbded42d92be6db4b49f03ab7ef34f21f8c3
smartor/src/main/java/com/smartor/service/IServiceSubtaskService.java
@@ -186,4 +186,15 @@
    public void setFailSubTaskDefalutVal(Long failDay);
    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);
}