派生自 projectDept/qhighschool

EricsHu
2023-11-26 bf13676673e9f0f090a68bd8cfbaefbf0d696d32
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");