陈昶聿
9 天以前 12213c5125aa535811a2b882ea0e78d7e8ee1f8f
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);
}