fix: 缺陷列表按ID搜索失效
This commit is contained in:
parent
63037ffb1c
commit
26970d290b
|
@ -63,7 +63,7 @@
|
|||
<if test="request.name != null">
|
||||
and (
|
||||
issues.title LIKE CONCAT('%', #{request.name}, '%')
|
||||
or issues.id LIKE CONCAT('%', #{request.name}, '%')
|
||||
or issues.num LIKE CONCAT('%', #{request.name}, '%')
|
||||
)
|
||||
</if>
|
||||
|
||||
|
|
Loading…
Reference in New Issue