|
@@ -60,7 +60,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
<update id="updateInfoByUserId" parameterType="com.xjrsoft.module.student.dto.UpdateBaseStudentInfoDto">
|
|
<update id="updateInfoByUserId" parameterType="com.xjrsoft.module.student.dto.UpdateBaseStudentInfoDto">
|
|
|
UPDATE base_student_school_roll SET delete_mark = delete_mark
|
|
UPDATE base_student_school_roll SET delete_mark = delete_mark
|
|
|
- <if test="dto.rollModality != null and dto.rollModality != ''">,roll_modality = #{dto.rollModality} </if>
|
|
|
|
|
|
|
+ <if test="dto.rollModality != null and dto.rollModality != ''">,roll_modality = #{dto.rollModality},learn_status = #{dto.rollModality} </if>
|
|
|
<if test="dto.archivesStatus != null and dto.archivesStatus != ''">,archives_status = #{dto.archivesStatus} </if>
|
|
<if test="dto.archivesStatus != null and dto.archivesStatus != ''">,archives_status = #{dto.archivesStatus} </if>
|
|
|
<if test="dto.stduyStatus != null and dto.stduyStatus != ''">,stduy_status = #{dto.stduyStatus} </if>
|
|
<if test="dto.stduyStatus != null and dto.stduyStatus != ''">,stduy_status = #{dto.stduyStatus} </if>
|
|
|
where user_id = #{id}
|
|
where user_id = #{id}
|