瀏覽代碼

评价管理调整

dzx 1 周之前
父節點
當前提交
48d807680a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/evaluate/EvaluateManageMapper.xml

+ 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