Explorar el Código

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

dzx hace 1 semana
padre
commit
6882ea8359
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.topic,
             t1.score as actualScore,
-            t1.opinion,t1.option_json
+            t1.opinion,t1.option_content
         from evaluate_manage_item t
                  left join evaluate_result t1 on t1.evaluate_item_id = t.id
         where t.delete_mark = 0