From f288ed575764a898bb8df1eb06c9b3cba55f3e17 Mon Sep 17 00:00:00 2001
From: zhongrj <123456>
Date: Thu, 18 Aug 2022 15:45:14 +0800
Subject: [PATCH] 文件上传配置提取,派遣记录查询修改
---
src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.xml b/src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.xml
index c8072fa..52ba575 100644
--- a/src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.xml
+++ b/src/main/java/org/springblade/modules/simulateexam/mapper/SimulateExamRecordMapper.xml
@@ -19,6 +19,7 @@
category_id categoryId,
subject_name subjectName,
choices_type choicesType,
+ answer,
score,
analysis,
tktype
--
Gitblit v1.9.3