Commit 7a32a8b2 authored by wdy's avatar wdy

Merge branch 'wangdingyi' into 'dev'

回显标准编号

See merge request !148
parents e4edad67 c3f106ee
......@@ -126,6 +126,7 @@
SELECT t.id, t.system_review_task_id, t.car_review_task_id,
t.task_no,t.task_name,t.task_status,t.name,
t.product_model,
t.standard_no,
t.leader_id,t.leader,
t.task_begin_time,t.task_end_time
FROM t_task t
......@@ -210,6 +211,7 @@
<select id="findUserFinish" parameterType="com.ruoyi.web.request.TaskFindFinishRequest" resultType="com.ruoyi.domain.Task">
SELECT t.id, t.system_review_task_id, t.car_review_task_id,
t.task_no,t.task_name,t.task_status,t.name,
t.standard_no,
t.product_model,
t.leader_id,t.leader,
t.task_begin_time,t.task_end_time
......
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