【修改】笔试试卷 表格格式,返回试卷sort顺序等
This commit is contained in:
@@ -283,6 +283,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
|
||||
</update>
|
||||
<update id="changeStatus">
|
||||
UPDATE exam_question
|
||||
set status =#{status}
|
||||
where qu_id =#{quId}
|
||||
</update>
|
||||
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user