派生自 projectDept/qhighschool

EricsHu
2022-12-05 4ac77c9bbe4dc11efcdbb4b4490fa5cc34446dee
src/main/java/com/qxueyou/scc/admin/progress/service/IProgressService.java
@@ -48,7 +48,7 @@
    *            学习结束位置
    * @return
    */
   Result addProgress(String type, String targetId, Double start, Double end, String userId);
   Result addProgress(String type, String targetId, int start, int end, String userId);
   List<SubjectProgressTreeV> getSubjectChapterTreeVList(String parentId,String userId);