派生自 projectDept/qhighschool

EricsHu
2023-11-24 691f717df93c32d89b13f7f73f0678441d60c840
src/main/java/com/qxueyou/scc/admin/classes/dao/ClassDAO.java
@@ -29,7 +29,7 @@
    /**
     * 获取这个通知的总人数
     * 获取这个通知的总人数
     */
    public int getStudentCount(List<String> classIds) {
@@ -44,7 +44,7 @@
    }
    /**
     * 获取通知的班级名称
     * 获取通知的班级名称
     */
    public List<String> getClassNameByclsId(List<String> classIds) {
        List<ClsClass> clsLst = findByComplexHql("from ClsClass where deleteFlag is false and classId in(:ids)", CollectionUtils.newObjectMap("ids", classIds), ClsClass.class);