学年标签适配学生奖惩、学生资助模块

This commit is contained in:
2025-12-24 09:14:29 +08:00
parent 7693de822a
commit a0c6add408
15 changed files with 301 additions and 42 deletions

View File

@@ -129,7 +129,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<trim prefix="SET" suffixOverrides=",">
<if test="xndm != null">xndm = #{xndm},</if>
<if test="stuYearName != null">stu_year_name = #{stuYearName},</if>
module_tags = #{moduleTags},
<if test="moduleTags != null">module_tags = #{moduleTags},</if>
<if test="startTime != null">start_time = #{startTime},</if>
<if test="endTime != null">end_time = #{endTime},</if>
<if test="delFlag != null">del_flag = #{delFlag},</if>