达梦适配修改
This commit is contained in:
+1
-1
@@ -152,6 +152,6 @@ public interface MenuMapper extends BaseMapper<Menu> {
|
||||
|
||||
List<Menu> selectListByProductIdList(@Param("list") List<Long> list);
|
||||
|
||||
@Select("SELECT * FROM `custom_auth` WHERE menu_id in (SELECT menu_id FROM sys_menu WHERE top_organization_id = #{organizationId})")
|
||||
@Select("SELECT * FROM custom_auth WHERE menu_id in (SELECT menu_id FROM sys_menu WHERE top_organization_id = #{organizationId})")
|
||||
List<CustomAuth> getCustomAuthByOrganizationId(@Param("organizationId") Long organizationId);
|
||||
}
|
||||
|
||||
@@ -281,7 +281,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
del_flag = 1
|
||||
and menu_show = 1
|
||||
AND menu_component IS NOT NULL
|
||||
AND menu_component != ""
|
||||
AND menu_component != ''
|
||||
</select>
|
||||
|
||||
<select id="selectMenuById" parameterType="java.lang.Long" resultMap="MenuResult">
|
||||
|
||||
Reference in New Issue
Block a user