Commit b747ae08 authored by 王飞's avatar 王飞

FIX

1、修复体系审查答案中增加评论字段拼写错误的问题。

Reference N/A
parent f46d2c96
......@@ -19,6 +19,6 @@
task_no
</sql>
<select id="findByTaskId" resultType="com.ruoyi.domain.ReviewDetailsResult">
SELECT id, passed, common, images_url, review_details_id, task_id FROM t_review_details_result WHERE task_id = #{taskId}
SELECT id, passed, comment, images_url, review_details_id, task_id FROM t_review_details_result WHERE task_id = #{taskId}
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment