Commit dbba705c authored by luzhuang's avatar luzhuang

type

parent bf15939d
...@@ -15,4 +15,6 @@ public class MenuDTO { ...@@ -15,4 +15,6 @@ public class MenuDTO {
public String mobileLogo; public String mobileLogo;
public String computerLogo; public String computerLogo;
public String type;
} }
...@@ -305,7 +305,7 @@ public interface SysUserMapper extends BaseMapper<SysUser> { ...@@ -305,7 +305,7 @@ public interface SysUserMapper extends BaseMapper<SysUser> {
int getUserflag (CurUser curUser); int getUserflag (CurUser curUser);
@Select("<script>select title menuName,external_url url,mobile_logo mobileLogo ,computer_logo computerLogo " + @Select("<script>select title menuName,external_url url,mobile_logo mobileLogo ,computer_logo computerLogo ,type " +
"from b_external_link where 1=1 " + "from b_external_link where 1=1 " +
"<if test=\"type !=null \"> and type in ('1',${type}) </if>" + "<if test=\"type !=null \"> and type in ('1',${type}) </if>" +
" and corp_id = #{corpId} " + " and corp_id = #{corpId} " +
......
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