“djh”
3 天以前 c0f16750cb9097a8db7b68f8c1794c2aec28ca15
multi-system/src/main/resources/mapper/system/ExPaperStudentMapper.xml
@@ -107,6 +107,9 @@
            #{item}
        </foreach>
    </update>
    <update id="updateByPaperStudentId">
        update ex_paper_student set state = 0,start_time=null ,end_time = null where paper_id =#{paperId} and student_id =#{studentId}
    </update>
    <delete id="deleteByPaperStudentId">
        delete from ex_paper_student where paper_id =#{paperId} and student_id = #{studentId}
    </delete>