Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/65034371b2452e526953c56738dc9f7276f3519d?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
3 deletions
@ -53,7 +53,6 @@ public class SysRoleServiceImpl extends ServiceImpl<TdLeaveMapper, TdLeave> impl
* @return 角 色 数 据 集 合 信 息
* @return 角 色 数 据 集 合 信 息
* /
* /
@Override
@Override
@DataScope ( deptAlias = "d" )
public List < SysRole > selectRoleList ( SysRole role )
public List < SysRole > selectRoleList ( SysRole role )
{
{
return roleMapper . selectRoleList ( role ) ;
return roleMapper . selectRoleList ( role ) ;
@ -126,7 +125,7 @@ public class SysRoleServiceImpl extends ServiceImpl<TdLeaveMapper, TdLeave> impl
@Override
@Override
public List < SysRole > selectRoleAll ( )
public List < SysRole > selectRoleAll ( )
{
{
return SpringUtils. getAopProxy ( this ) . selectRoleList( new SysRole ( ) ) ;
return selectRoleList( new SysRole ( ) ) ;
}
}
/ * *
/ * *
@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
</if>
<!-- 数据范围过滤 -->
<!-- 数据范围过滤 -->
${params.dataScope}
/* ${params.dataScope}*/
</select>
</select>
<select id= "selectRolesByUserId" parameterType= "Long" resultMap= "SysRoleResult" >
<select id= "selectRolesByUserId" parameterType= "Long" resultMap= "SysRoleResult" >