派生自 projectDept/qhighschool

yn147
2023-11-25 63c8bc319fd02d9f39b729f136fb3af01c773de1
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");