学年标签适配学生奖惩、学生资助模块
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user