Commit 142153e3 by 宋祥

1.fixBug:仅下拉框排除admin账户

parent 51533f96
......@@ -18,7 +18,6 @@
<isNotEmpty prepend=" AND " property="companyCode">
COMPANY_CODE = #companyCode#
</isNotEmpty>
AND LOGIN_NAME != 'admin'
</sql>
<!-- 查询用户信息 -->
......@@ -42,6 +41,7 @@
USER_NAME as "userName" <!-- 用户名 -->
FROM ${platSchema}.XS_USER
WHERE 1=1
AND LOGIN_NAME != 'admin'
<include refid="condition"/>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment