select id, stu_name, stuNo, reason, reviewer, reviewer_identity, review_time, reviewer_id, notes, type, reviewer_status from rt_stu_multi_level_review
insert into rt_stu_multi_level_review
stu_name,
stuNo,
reason,
reviewer,
reviewer_identity,
review_time,
reviewer_id,
notes,
type,
reviewer_status,
#{stuName},
#{stuNo},
#{reason},
#{reviewer},
#{reviewerIdentity},
#{reviewTime},
#{reviewerId},
#{notes},
#{type},
#{reviewerStatus},
update rt_stu_multi_level_review
stu_name = #{stuName},
stuNo = #{stuNo},
reason = #{reason},
reviewer = #{reviewer},
reviewer_identity = #{reviewerIdentity},
review_time = #{reviewTime},
reviewer_id = #{reviewerId},
notes = #{notes},
type = #{type},
reviewer_status = #{reviewerStatus},
where id = #{id}
delete from rt_stu_multi_level_review where id = #{id}
delete from rt_stu_multi_level_review where id in
#{id}
update rt_stu_multi_level_review
stu_name = #{stuName},
stuNo = #{stuNo},
reason = #{reason},
reviewer = #{reviewer},
reviewer_identity = #{reviewerIdentity},
review_time = #{reviewTime},
reviewer_id = #{reviewerId},
notes = #{notes},
type = #{type},
reviewer_status = #{reviewerStatus},
where id = #{id};
update rt_stu_id_reissue
set inspection_progress = #{reviewerStatus}
where stu_no = #{stuNo};