Commit 6285ea0e authored by tangwei's avatar tangwei

修改bug

parent 0485d6e0
......@@ -267,10 +267,7 @@
pt.user_dept userDept
FROM
p_plan_task pt
LEFT JOIN p_plan_task_detail b
ON pt.id = b.task_no
INNER JOIN p_plan p ON pt.plan_id = p.id
where b.task_no is not null
) a
<include refid="plan-task-app-where"/>
<if test="orderBy != null and orderBy != ''"> order by ${orderBy} </if>
......
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