Commit cb86cf34 by zhuyajie

fixbug1022282

parent 1a3f4000
......@@ -226,7 +226,10 @@
and (
t.task_introduce like concat('%', #{name}, '%') or
a.description like concat('%', #{name}, '%') or
r.description like concat('%', #{name}, '%')
r.description like concat('%', #{name}, '%') or
t.task_name like concat('%', #{name}, '%') or
a.`name` like concat('%', #{name}, '%') or
r.`name` like concat('%', #{name}, '%')
)
</if>
<if test="depLabelId != null">
......
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