优化系统业务配置页搜索栏样式
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
from system_service_info ssi
|
||||
left join sys_user suc on suc.id=ssi.creator_id
|
||||
left join sys_user sue on sue.id=ssi.editor_id
|
||||
where 1=1
|
||||
where ssi.is_valid=1
|
||||
<if test="serviceName != null and serviceName != ''">
|
||||
and ssi.service_name like CONCAT('%', #{serviceName}, '%')
|
||||
</if>
|
||||
@@ -47,9 +47,6 @@
|
||||
<if test="serviceType != null">
|
||||
and ssi.service_type=#{serviceType}
|
||||
</if>
|
||||
<if test="isValid != null">
|
||||
and ssi.is_valid=#{isValid}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="get">
|
||||
|
||||
Reference in New Issue
Block a user