fix(组织管理): 修复获取组织项目列表
This commit is contained in:
parent
890aaeaea1
commit
16463a4bf0
|
@ -8,7 +8,7 @@
|
||||||
where deleted = 0
|
where deleted = 0
|
||||||
and organization_id = #{organizationId}
|
and organization_id = #{organizationId}
|
||||||
<if test="keyword != null and keyword != ''">
|
<if test="keyword != null and keyword != ''">
|
||||||
and (name LIKE CONCAT('%', #{keyword}, '%')
|
and name LIKE CONCAT('%', #{keyword}, '%')
|
||||||
</if>
|
</if>
|
||||||
order by update_time desc
|
order by update_time desc
|
||||||
limit 100
|
limit 100
|
||||||
|
|
Loading…
Reference in New Issue