| | |
| | | <result property="pictureImg" column="picture_img" /> |
| | | <result property="labelId" column="label_id" /> |
| | | <result property="background" column="background" /> |
| | | <result property="labelStr" column="label_str" /> |
| | | </resultMap> |
| | | |
| | | <resultMap id="menuVOResultMap" type="org.springblade.modules.system.vo.MenuVO"> |
| | |
| | | is_deleted, |
| | | picture_img, |
| | | label_id, |
| | | background |
| | | background, |
| | | label_str |
| | | from |
| | | blade_menu |
| | | </sql> |
| | |
| | | </select> |
| | | |
| | | <select id="allMenu" resultMap="menuResultMap"> |
| | | select * from blade_menu where is_deleted = 0 and category = 1 |
| | | select * from blade_menu where is_deleted = 0 and category = 1 and name != 'app' |
| | | </select> |
| | | |
| | | <select id="roleMenu" resultMap="menuResultMap"> |