美文网首页
Select下拉框的后端编写

Select下拉框的后端编写

作者: 轰轰_9ccd | 来源:发表于2020-05-13 16:11 被阅读0次

    public List<Map<String, String>> rolelist(){

      return  sysUserService.RoleType();

    }

    <select id="RoleType" resultType="map">

      select DISTINCTm.role_name from sys_user_roleur

          LEFT JOIN sys_rolem onm.role_id  =ur.role_id

    </select>

    相关文章

      网友评论

          本文标题:Select下拉框的后端编写

          本文链接:https://www.haomeiwen.com/subject/jzonnhtx.html