给予退学,退学,休学,清空班级和宿舍

This commit is contained in:
2025-08-05 16:08:28 +08:00
parent f17c083e8d
commit 9497658af5
6 changed files with 28 additions and 2 deletions

View File

@@ -78,6 +78,9 @@
</trim>
where stu_no = #{stuNo}
</update>
<delete id="deleteDormitoryStudent" parameterType="SrsDormitoryStudent">
delete from srs_dormitory_student where stu_no=#{stuNo}
</delete>
<select id="getApprovalByDeptIdAndRoleKey" resultType="java.lang.Long">
SELECT a.user_id FROM sys_user a
@@ -99,4 +102,4 @@
</select>
</mapper>
</mapper>