优化系统配置

This commit is contained in:
季圣华
2020-06-12 11:39:31 +08:00
parent 07b489356b
commit 2600e4f4f5
3 changed files with 74 additions and 72 deletions

View File

@@ -6,7 +6,7 @@
FROM jsh_tenant
where 1=1
<if test="loginName != null">
and loginame like '%${loginName}%'
and login_name like '%${loginName}%'
</if>
<if test="offset != null and rows != null">
limit #{offset},#{rows}
@@ -18,7 +18,7 @@
FROM jsh_tenant
WHERE 1=1
<if test="loginName != null">
and loginame like '%${loginName}%'
and login_name like '%${loginName}%'
</if>
</select>
</mapper>