Commit 938339c8 authored by 温志超's avatar 温志超

更改查询BUG

parent 75607788
......@@ -195,7 +195,7 @@
f.feedback_time,
workunit.std_working_time,
workunit.schedule_end_date,
SUBSTRING_INDEX(pt.task_batch, '-', -1) task_batch,
SUBSTRING_INDEX(pt.task_batch, '-', -1) task_batch
from pro_feedback f
left join pro_task_workunit workunit on workunit.task_id = f.task_id
......
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