Commit 0a8c236a by liuyongshuai

增加权限排序,并修改button样式问题

parent 1ab56eb3
......@@ -74,6 +74,7 @@
LRDWDM, LRDWMC, SCBZ, IP, ZINDEX,FLAG
from sys_permission_new
where SCBZ='0'
ORDER by id
</select>
<select id="selectSysPermissionNewById" resultMap="BaseResultMap">
select
......
......@@ -444,6 +444,7 @@
userid=#{userId,jdbcType=VARCHAR}
and id is not NULL
and name is not NULL
ORDER BY id
</select>
<!--根据userid查询角色名-->
<select id="selectSysRolesByUserId" parameterType="string" resultType="com.xzxtshiro.pojo.SysRole">
......
......@@ -101,7 +101,7 @@ ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height
}
.layui-form-item>.layui-input-block>span{
position: relative;
left: 634px;
left: 100%;
top: -38px;
}
body .line-size{font-size: 20px; line-height: 38px;}
......
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