派生自 projectDept/qhighschool

EricsHu
2023-11-26 1da190e7f267bcd3501884f3aeaac7476850fec7
src/main/java/com/qxueyou/scc/admin/schoolRoll/impl/SchoolRollServiceImpl.java
@@ -64,6 +64,8 @@
            StuStudent stuStudent = findUnique(hql.toString(), args, StuStudent.class);
            bulkUpdate("update ClsClass set studentCount = studentCount - 1  where deleteFlag is false and classId = ?", new Object[]{stuStudent.getClassId()});
            if(stuStudent!=null && classId!=null){
                StringBuffer ClaHql=new StringBuffer("from ClsClass where classId=? and deleteFlag is false");