派生自 projectDept/qhighschool

EricsHu
2023-11-26 1da190e7f267bcd3501884f3aeaac7476850fec7
src/main/java/com/qxueyou/scc/admin/score/dao/HomeworkScoreVDAO.java
@@ -13,7 +13,7 @@
      String hql = "select count(distinct id.homeworkId) from HomeworkScoreV where classId=?";
      return this.findCount(hql, CollectionUtils.newList(classId));
      return  this.findCount(hql, CollectionUtils.newList(classId));
   }
   
   public int getHomeworkToAuditCount(String classId) {