优化系统业务配置页搜索栏样式

This commit is contained in:
chenjinsong
2018-02-09 17:38:18 +08:00
parent 1793226f5f
commit 0d4b7f7f06
2 changed files with 5 additions and 7 deletions

View File

@@ -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">