ÎļþÃû´Ó lxzn-module-dnc/src/main/java/org/jeecg/modules/flow/mapper/xml/PlmCommonUtilsMapper.xml ÐÞ¸Ä |
| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="org.jeecg.modules.flow.mapper.PlmCommonUtilsMapper"> |
| | | <mapper namespace="org.jeecg.modules.dncFlow.mapper.PlmCommonUtilsMapper"> |
| | | <!-- ãvue3ä¸ç¨ã --> |
| | | <select id="queryAllRoleList" resultType="org.jeecg.modules.flow.entity.UserRole"> |
| | | <select id="queryAllRoleList" resultType="org.jeecg.modules.dncFlow.entity.UserRole"> |
| | | select |
| | | id,role_name,role_code |
| | | from sys_role |