综合素质-综合素质申请审核代办和学生奖惩-先进班集体

This commit is contained in:
2025-08-21 17:27:23 +08:00
parent 83bce533cc
commit dff33840de
3 changed files with 45 additions and 0 deletions

View File

@@ -113,6 +113,12 @@
<include refid="selectRtStuDisciplinaryRelieveVo"/>
where relieve_id = #{relieveId}
</select>
<!-- 根据userid获取到userName-->
<select id="getUserNameByUserId" parameterType="long" resultType="string">
SELECT user_name
FROM sys_user
WHERE user_id = #{userId}
</select>
</mapper>