Commit e17cd5e5 by 阳浪

前端校验去除

parent 580859d6
......@@ -66,11 +66,6 @@
<if test="siteId !=null">
and my.site_id = #{siteId}
</if>
<if test="accountId !=null">
and my.id in(
select item_id from my_item_config_role where role_id in(
select role_id from cloud_system.authz_account_role aar where account_id =#{accountId}))
</if>
<if test="terminalType !=null">
and my.terminal_type in
<foreach collection="terminalType" item="t" open="(" close=")" separator=",">
......
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