| | |
| | | } else { |
| | | //非物业用户查看是否拥有菜单权限 |
| | | List<String> menuList = this.baseMapper.retrieveUserMenuList(userId); |
| | | if (menuList.isEmpty() || !menuList.contains("物业宣传")) { |
| | | if (menuList.isEmpty() || !menuList.contains("物业宣传栏")) { |
| | | return R.fail("暂无权限"); |
| | | } |
| | | } |
| | |
| | | <result property="type" column="type"/> |
| | | <result property="description" column="description"/> |
| | | </resultMap> |
| | | <select id="pageList" resultMap="ComActColumnBaseResultMap"> |
| | | <select id="pageList" resultType="com.panzhihua.common.model.vos.community.ComActColumnVO"> |
| | | select * from com_act_column |
| | | <where> |
| | | 1=1 |