给予退学,退学,休学,清空班级和宿舍
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user