Browse Source

评价结果查看导出报错解决

dzx 1 week ago
parent
commit
6882ea8359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/evaluate/EvaluateResultMapper.xml

+ 1 - 1
src/main/resources/mapper/evaluate/EvaluateResultMapper.xml

@@ -125,7 +125,7 @@
             t.problem,
             t.problem,
             t.topic,
             t.topic,
             t1.score as actualScore,
             t1.score as actualScore,
-            t1.opinion,t1.option_json
+            t1.opinion,t1.option_content
         from evaluate_manage_item t
         from evaluate_manage_item t
                  left join evaluate_result t1 on t1.evaluate_item_id = t.id
                  left join evaluate_result t1 on t1.evaluate_item_id = t.id
         where t.delete_mark = 0
         where t.delete_mark = 0