派生自 projectDept/qhighschool

EricsHu
2023-11-25 79ab2cbd31c022916a8e696903d5eb34b70aa403
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) {