陈昶聿
7 天以前 609bffe781d1096ee91cbf799c043d9a3d6f14d2
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);
}