From 391063bad75d428fbd6720e2f7da8703b91cef2a Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Fri, 12 Apr 2024 14:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=A2=9E=E5=8A=A0sort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/scale/SysScaleAnswerMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/rouyi-scale/src/main/resources/mapper/scale/SysScaleAnswerMapper.xml b/ruoyi-modules/rouyi-scale/src/main/resources/mapper/scale/SysScaleAnswerMapper.xml index 31fbcde..6ae78d2 100644 --- a/ruoyi-modules/rouyi-scale/src/main/resources/mapper/scale/SysScaleAnswerMapper.xml +++ b/ruoyi-modules/rouyi-scale/src/main/resources/mapper/scale/SysScaleAnswerMapper.xml @@ -4,10 +4,10 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - insert into sys_scale_answer(answer_id, question_id, scale_id, answer_option, score, type) values + insert into sys_scale_answer(answer_id, question_id, scale_id, answer_option, score, type, sort) values (#{item.answerId}, #{item.questionId}, #{item.scaleId}, #{item.answerOption}, - #{item.score}, #{item.type}) + #{item.score}, #{item.type}, #{item.sort})