Commit 42af9214 by 裴大威

Merge branch 'zyj-fixbug1022282' into 'master'

fixbug1022282

See merge request rays/pcloud-book!615
parents 1a3f4000 cb86cf34
......@@ -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