Ver código fonte

评价管理调整

dzx 1 semana atrás
pai
commit
48d807680a

+ 1 - 0
src/main/resources/mapper/evaluate/EvaluateManageMapper.xml

@@ -173,6 +173,7 @@
                t2.score AS actualScore,
                t2.opinion,
                t1.input_not_null,
+               t1.option_json,
             t2.option_json as option_content
         FROM evaluate_submit_record t
                  LEFT JOIN evaluate_result t2 ON t2.submit_record_id = t.id