fix 项目查询
This commit is contained in:
parent
117fc81343
commit
6894ee679a
|
@ -8,7 +8,7 @@
|
||||||
from project p
|
from project p
|
||||||
join workspace w on p.workspace_id = w.id
|
join workspace w on p.workspace_id = w.id
|
||||||
<where>
|
<where>
|
||||||
<if test="proRequest.name != ''">
|
<if test="proRequest.name != null and proRequest.name != ''">
|
||||||
and p.name like #{proRequest.name, jdbcType=VARCHAR}
|
and p.name like #{proRequest.name, jdbcType=VARCHAR}
|
||||||
</if>
|
</if>
|
||||||
<if test="proRequest.workspaceId != null">
|
<if test="proRequest.workspaceId != null">
|
||||||
|
|
Loading…
Reference in New Issue