From c0f16750cb9097a8db7b68f8c1794c2aec28ca15 Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期四, 24 七月 2025 15:01:10 +0800 Subject: [PATCH] 新增 --- multi-system/src/main/resources/mapper/system/ExStudentAnswerMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/multi-system/src/main/resources/mapper/system/ExStudentAnswerMapper.xml b/multi-system/src/main/resources/mapper/system/ExStudentAnswerMapper.xml index 3d6e575..2363cdd 100644 --- a/multi-system/src/main/resources/mapper/system/ExStudentAnswerMapper.xml +++ b/multi-system/src/main/resources/mapper/system/ExStudentAnswerMapper.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.gkhy.exam.system.mapper.ExStudentAnswerMapper"> + <update id="updateState"> + update ex_student_answer set answer = null where paper_id = #{paperId} AND student_id = #{studentId} + </update> <delete id="deletedByPaperStudentId"> DELETE FROM -- Gitblit v1.9.2