268 changed files with 0 additions and 1725 deletions
Binary file not shown.
Binary file not shown.
@ -1,29 +0,0 @@ |
|||
spring: |
|||
datasource: |
|||
driver-class-name: com.mysql.cj.jdbc.Driver |
|||
url: jdbc:mysql://39.104.100.138:3306/ss_user?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|||
username: root |
|||
password: yxt_mysql_138 |
|||
cloud: |
|||
nacos: |
|||
discovery: |
|||
# namespace: supervise |
|||
server-addr: 127.0.0.1:8848 |
|||
redis: |
|||
database: 4 # Redis数据库索引(默认为0) |
|||
host: 127.0.0.1 |
|||
jedis: |
|||
pool: |
|||
max-active: -1 #连接池最大连接数(使用负值表示没有限制) |
|||
max-idle: 8 #连接池中的最大空闲连接 |
|||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|||
min-idle: 0 # 连接池中的最小空闲连接 |
|||
password: |
|||
port: 6379 |
|||
timeout: 0 # 连接超时时间(毫秒) |
|||
|
|||
image: |
|||
upload: |
|||
path: D:/project/yxtt/share-store/admin-biz/admin/target/static/upload/ |
|||
url: |
|||
prefix: http://192.168.0.105/ |
@ -1,29 +0,0 @@ |
|||
spring: |
|||
datasource: |
|||
driver-class-name: com.mysql.cj.jdbc.Driver |
|||
url: jdbc:mysql://8.130.39.13:3306/ss_user?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
|||
username: root |
|||
password: Yxt@67508182 |
|||
cloud: |
|||
nacos: |
|||
discovery: |
|||
# namespace: supervise |
|||
server-addr: 127.0.0.1:8848 |
|||
redis: |
|||
database: 4 # Redis数据库索引(默认为0) |
|||
host: 127.0.0.1 |
|||
jedis: |
|||
pool: |
|||
max-active: -1 #连接池最大连接数(使用负值表示没有限制) |
|||
max-idle: 8 #连接池中的最大空闲连接 |
|||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|||
min-idle: 0 # 连接池中的最小空闲连接 |
|||
password: 123456 |
|||
port: 6379 |
|||
timeout: 0 # 连接超时时间(毫秒) |
|||
|
|||
image: |
|||
upload: |
|||
path: D:/webapps/share-store/ui/admin-ui/upload/ |
|||
url: |
|||
prefix: https://admin.yxtsoft.com/upload/ |
@ -1,29 +0,0 @@ |
|||
spring: |
|||
datasource: |
|||
driver-class-name: com.mysql.cj.jdbc.Driver |
|||
url: jdbc:mysql://39.104.100.138:3306/yxt_admin?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true |
|||
username: root |
|||
password: yxt_mysql_138 |
|||
cloud: |
|||
nacos: |
|||
discovery: |
|||
server-addr: 39.104.100.138:8848 |
|||
redis: |
|||
database: 4 # Redis数据库索引(默认为0) |
|||
host: 127.0.0.1 |
|||
jedis: |
|||
pool: |
|||
max-active: -1 #连接池最大连接数(使用负值表示没有限制) |
|||
max-idle: 8 #连接池中的最大空闲连接 |
|||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|||
min-idle: 0 # 连接池中的最小空闲连接 |
|||
password: 123456 |
|||
port: 6379 |
|||
timeout: 0 # 连接超时时间(毫秒) |
|||
|
|||
image: |
|||
upload: |
|||
path: /home/lzh/docker_data/nginx/html/share-store-ui/upload/ |
|||
url: |
|||
prefix: http://anrui.yyundong.com/upload/ |
|||
|
@ -1,63 +0,0 @@ |
|||
spring: |
|||
application: |
|||
name: admin-biz |
|||
profiles: |
|||
active: dev |
|||
# active: pro |
|||
messages: |
|||
# 国际化资源文件路径 |
|||
basename: i18n/messages |
|||
servlet: |
|||
#上传文件 |
|||
multipart: |
|||
max-file-size: 50MB |
|||
max-request-size: 100MB |
|||
devtools: |
|||
restart: |
|||
# 热部署开关 |
|||
enabled: true |
|||
mvc: |
|||
async: |
|||
request-timeout: 20000 |
|||
|
|||
|
|||
|
|||
server: |
|||
port: 6024 |
|||
max-http-header-size: 102400 |
|||
tomcat: |
|||
max-http-form-post-size: -1 |
|||
#mybatis |
|||
mybatis-plus: |
|||
# 配置mapper的扫描,找到所有的mapper.xml映射文件 |
|||
mapper-locations: classpath*:**Mapper.xml |
|||
global-config: |
|||
refresh: true |
|||
db-config: |
|||
#定义生成ID的类型 |
|||
id-type: Auto |
|||
db-type: mysql |
|||
configuration: |
|||
map-underscore-to-camel-case: false |
|||
cache-enabled: true |
|||
call-setters-on-nulls: true |
|||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|||
|
|||
#hystrix的超时时间 |
|||
hystrix: |
|||
command: |
|||
default: |
|||
execution: |
|||
timeout: |
|||
enabled: true |
|||
isolation: |
|||
thread: |
|||
timeoutInMilliseconds: 60000 |
|||
#ribbon的超时时间 |
|||
ribbon: |
|||
ReadTimeout: 60000 |
|||
ConnectTimeout: 60000 |
|||
|
|||
|
|||
|
|||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,43 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.dictcommon.DictCommonMapper"> |
|||
<select id="selectSize" resultType="com.yxt.admin.biz.func.dictcommon.DictCommon"> |
|||
SELECT * |
|||
FROM dict_common |
|||
WHERE dictKey = #{dictkey} |
|||
AND dictType = #{dictType} |
|||
AND parentSid = #{parentSid} |
|||
</select> |
|||
|
|||
<select id="selectByType" resultType="com.yxt.admin.biz.func.dictcommon.DictCommon"> |
|||
SELECT * |
|||
FROM dict_common |
|||
WHERE dictType = #{dictTypeCode} |
|||
</select> |
|||
|
|||
<select id="pageList" resultType="com.yxt.admin.biz.func.dictcommon.DictCommonVo"> |
|||
SELECT dc.dictValue, dc.dictType, dc.dictKey, dc.sid, dc.parentSid,dc.groupName |
|||
FROM dict_common dc |
|||
${ew.customSqlSegment} |
|||
</select> |
|||
<!--获取下拉框--> |
|||
<select id="getValue" resultType="com.yxt.admin.biz.func.dictcommon.DictCommonVo"> |
|||
SELECT dc.sid, dc.dictType, dc.dictKey, dc.dictValue, dc.parentSid |
|||
FROM dict_common dc ${ew.customSqlSegment} |
|||
</select> |
|||
|
|||
<select id="selectBykey" resultType="com.yxt.admin.biz.func.dictcommon.DictCommonVo"> |
|||
SELECT sid, |
|||
dictKey, |
|||
dictType, |
|||
dictValue, |
|||
groupName |
|||
FROM dict_common |
|||
WHERE dictType = #{type} |
|||
AND dictkey = #{key} |
|||
</select> |
|||
|
|||
<select id="getList" resultType="com.yxt.admin.biz.func.dictcommon.DictCommonVo"> |
|||
select * from dict_common dc where dc.dictType = #{type} and find_in_set(#{groupNum}, replace(dc.groupName, ',', ',')); |
|||
</select> |
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,17 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.dicttype.DictTypeMapper"> |
|||
|
|||
<select id="selectSize" resultType="java.lang.Integer"> |
|||
SELECT COUNT(*) |
|||
FROM dict_type |
|||
WHERE dictTypeCode = #{dictTypeCode} |
|||
</select> |
|||
|
|||
<select id="pageList" resultType="com.yxt.admin.biz.func.dicttype.DictTypeVo"> |
|||
SELECT dt.dictTypeCode, dt.dictTypeName, dt.sid, dt.remarks |
|||
FROM dict_type dt |
|||
${ew.customSqlSegment} |
|||
</select> |
|||
|
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,33 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.region.RegionMapper"> |
|||
<resultMap id="regionMapNoChild" type="com.yxt.admin.biz.func.region.RegionChildTwoVo"> |
|||
<result column="name" jdbcType="VARCHAR" property="name"/> |
|||
<result column="sid" jdbcType="VARCHAR" property="sid"/> |
|||
<result column="pSid" jdbcType="VARCHAR" property="pSid"/> |
|||
<result column="districtCode" jdbcType="INTEGER" property="districtCode"/> |
|||
<result column="sidPath" jdbcType="VARCHAR" property="sidPath"/> |
|||
</resultMap> |
|||
|
|||
<select id="getProvince" parameterType="com.yxt.admin.biz.func.region.RegionVo" resultMap="regionMapNoChild"> |
|||
SELECT name, sid, pSid, districtCode, sidPath |
|||
FROM region |
|||
WHERE level = 1 |
|||
AND pSid = 0 |
|||
</select> |
|||
|
|||
<select id="getCity" parameterType="com.yxt.admin.biz.func.region.RegionVo" resultMap="regionMapNoChild"> |
|||
SELECT name, sid, pSid, districtCode, sidPath |
|||
FROM region |
|||
WHERE level = 2 |
|||
AND pSid = #{sid} |
|||
ORDER BY sortNo + 0 |
|||
</select> |
|||
|
|||
<select id="getCounty" parameterType="com.yxt.admin.biz.func.region.RegionVo" resultMap="regionMapNoChild"> |
|||
SELECT name, sid, pSid, districtCode, sidPath |
|||
FROM region |
|||
WHERE level = 3 |
|||
AND pSid = #{sid} |
|||
</select> |
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,38 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.sysauthorizegroup.SysAuthorizeGroupMapper"> |
|||
<!-- <where> ${ew.sqlSegment} </where>--> |
|||
<!-- ${ew.customSqlSegment} --> |
|||
<select id="listPage" resultType="com.yxt.admin.biz.func.sysauthorizegroup.SysAuthorizeGroupVo"> |
|||
select |
|||
* |
|||
from sys_authorize_group a |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<select id="listAll" resultType="com.yxt.admin.biz.func.sysauthorizegroup.SysAuthorizeGroupVo"> |
|||
select |
|||
* |
|||
from sys_authorize_group a |
|||
<where> |
|||
s.orgSidPath like concat('%',#{orgPath},'%') and a.isDelete !='1' and a.isEnable='1' |
|||
</where> |
|||
</select> |
|||
<update id="updateBySidIsDelete"> |
|||
UPDATE sys_authorize_group |
|||
SET isDelete=1 |
|||
where sid in |
|||
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> |
|||
#{item} |
|||
</foreach> |
|||
</update> |
|||
<!--将该资源下的所有一级菜单列表--> |
|||
<select id="getGroupByOrgSid" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuTreeVo"> |
|||
SELECT * |
|||
FROM sys_authorize_group gr |
|||
LEFT JOIN sys_org_authorize au ON gr.sid = au.ahthorizeGroupSid |
|||
WHERE source.sid = #{sourceSid} AND menu.psid='0' and menu.isDelete!=1 |
|||
ORDER BY menu.sortNo ASC |
|||
</select> |
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,38 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.sysauthorizegroupdetail.SysAuthorizeGroupDetailMapper"> |
|||
<!-- <where> ${ew.sqlSegment} </where>--> |
|||
<!-- ${ew.customSqlSegment} --> |
|||
<select id="listPage" resultType="com.yxt.admin.biz.func.sysauthorizegroup.SysAuthorizeGroupVo"> |
|||
select |
|||
* |
|||
from sys_authorize_group_datail a |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<select id="listAll" resultType="com.yxt.admin.biz.func.sysauthorizegroup.SysAuthorizeGroupVo"> |
|||
select |
|||
* |
|||
from sys_authorize_group_datail a |
|||
<where> |
|||
s.orgSidPath like concat('%',#{orgPath},'%') and a.isDelete !='1' and a.isEnable='1' |
|||
</where> |
|||
</select> |
|||
<update id="updateBySidIsDelete"> |
|||
UPDATE sys_authorize_group_datail |
|||
SET isDelete=1 |
|||
where sid in |
|||
<foreach collection="list" item="item" index="index" open="(" separator="," close=")"> |
|||
#{item} |
|||
</foreach> |
|||
</update> |
|||
<!--将该资源下的所有一级菜单列表--> |
|||
<select id="getGroupByOrgSid" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuTreeVo"> |
|||
SELECT * |
|||
FROM sys_authorize_group gr |
|||
LEFT JOIN sys_org_authorize au ON gr.sid = au.ahthorizeGroupSid |
|||
WHERE source.sid = #{sourceSid} AND menu.psid='0' and menu.isDelete!=1 |
|||
ORDER BY menu.sortNo ASC |
|||
</select> |
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,88 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.sysmenu.SysMenuMapper"> |
|||
<!-- <where> ${ew.sqlSegment} </where>--> |
|||
<!-- ${ew.customSqlSegment} --> |
|||
<select id="selectPageVo" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuVo"> |
|||
SELECT * |
|||
FROM sys_menu |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<select id="selectListAllVo" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuVo"> |
|||
SELECT menu.*, source.sourceName, pmenu.name as pName |
|||
FROM sys_menu menu |
|||
left join sys_menu pmenu on pmenu.sid = menu.psid |
|||
left join sys_source_menu sourceMenu on sourceMenu.menuSid = menu.sid |
|||
left join sys_source source on source.sid = sourceMenu.sourceSid |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<select id="listAllParentByRoleSid" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuVo"> |
|||
SELECT menu.*, ISNULL(menuRole.sid) as checked |
|||
FROM sys_menu menu |
|||
left join sys_menu_role menuRole on menu.sid = menuRole.menuSid AND menuRole.roleSid = #{param1} |
|||
where menu.pSid = #{param2} |
|||
<if test="sourceSid != null"> |
|||
and menu.sourceSid = #{sourceSid} |
|||
</if> |
|||
</select> |
|||
<select id="getChildrensForMenuTree" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuTreeVo"> |
|||
SELECT menu.*, source.sourceName, sourceMenu.menuRootSid as menuRootSid |
|||
FROM sys_menu menu |
|||
left join sys_source_menu sourceMenu on sourceMenu.menuSid = menu.sid |
|||
left join sys_source source on source.sid = sourceMenu.sourceSid |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<!--将该资源下的所有菜单设置为是否可用--> |
|||
<update id="updateBySourceSid"> |
|||
update sys_menu |
|||
set isEnable = #{isEnable} |
|||
where sourceSid = #{sid} |
|||
</update> |
|||
|
|||
<select id="selectChildernList" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuTreeVo"> |
|||
SELECT menu.*, source.sourceName, menu.pSid as menuRootSid |
|||
FROM sys_menu menu |
|||
left join sys_source source on source.sid = menu.sourceSid |
|||
where menu.pSid = #{sid} |
|||
ORDER BY menu.sortNo ASC |
|||
</select> |
|||
|
|||
<select id="selectBySourceSid" resultType="int"> |
|||
select count(*) |
|||
from sys_menu |
|||
where isEnable = #{isEnable} |
|||
and sourceSid = #{sourceSid} |
|||
</select> |
|||
|
|||
<select id="selectByMenuUrl" resultType="com.yxt.admin.biz.func.sysmenu.SysMenu"> |
|||
select * from sys_menu where menuUrl = #{menuUrl} |
|||
</select> |
|||
<!--将该资源下的所有一级菜单列表--> |
|||
<select id="fetchRootMenuBySourceSid" resultType="com.yxt.admin.biz.func.sysmenu.SysMenuTreeVo"> |
|||
SELECT menu.NAME AS NAME, |
|||
menu.sid AS sid, |
|||
menu.sid AS sid, |
|||
source.sid AS sourceSid, |
|||
menu.sortNo AS sortNo, |
|||
menu.pSid AS pSid, |
|||
source.sourceName AS sourceName, |
|||
menu.sid AS menuRootSid, |
|||
menu.menuUrl AS menuUrl, |
|||
menu.iconUrl AS iconUrl, |
|||
menu.pageName AS pageName, |
|||
menu.pageUrlRedirect AS pageUrlRedirect, |
|||
menu.pageUrl AS pageUrl, |
|||
menu.remarks, |
|||
menu.isEnable |
|||
FROM sys_menu menu |
|||
LEFT JOIN sys_source source ON menu.sourceSid = source.sid |
|||
WHERE source.sid = #{sourceSid} AND menu.psid='0' and menu.isDelete!=1 |
|||
ORDER BY menu.sortNo ASC |
|||
</select> |
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,74 +0,0 @@ |
|||
<?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="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleMapper"> |
|||
<!-- <where> ${ew.sqlSegment} </where>--> |
|||
<!-- ${ew.customSqlSegment} --> |
|||
<select id="selectPageVo" resultType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleVo"> |
|||
SELECT * FROM sys_menu_role |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
|
|||
<select id="selectListAllVo" resultType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleVo"> |
|||
SELECT * FROM sys_menu_role |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
<select id="list" parameterType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleQuery" |
|||
resultType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleVo"> |
|||
SELECT distinct rm.menuSid as sid, |
|||
m.name as menuName, |
|||
m.menuUrl, |
|||
m.pageUrl, |
|||
m.pageName, |
|||
m.pageUrlRedirect, |
|||
m.pageAliasName, |
|||
m.iconUrl, |
|||
m.sourceSid, |
|||
m.isShow, |
|||
m.pSid, |
|||
m.sortNo, |
|||
m.remarks, |
|||
1 as alwaysShow |
|||
FROM sys_menu_role rm |
|||
LEFT JOIN sys_menu m ON rm.menuSid = m.sid |
|||
${ew.customSqlSegment} |
|||
</select> |
|||
|
|||
<select id="selectByRoleSid" resultType="com.yxt.admin.biz.func.sysmenurole.MenuRoleVo"> |
|||
select menuSid, dataRuleId |
|||
from sys_menu_role |
|||
where roleSid = #{roleSid} |
|||
</select> |
|||
|
|||
<select id="selMenuByRole" resultType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleDataVo"> |
|||
SELECT |
|||
smr.sid, |
|||
sm.`name`, |
|||
smr.`dataRuleId` |
|||
FROM |
|||
sys_menu sm |
|||
LEFT JOIN sys_menu_role smr |
|||
ON smr.`menuSid` = sm.`sid` |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
|
|||
<select id="selMenuByRoleApp" resultType="com.yxt.admin.biz.func.sysmenurole.SysMenuRoleDataVo"> |
|||
SELECT |
|||
smmr.sid, |
|||
smm.`name`, |
|||
smmr.`dataRuleId` |
|||
FROM |
|||
sys_mobile_menu smm |
|||
LEFT JOIN sys_mobile_menu_role smmr |
|||
ON smmr.`menuSid` = smm.`sid` |
|||
<where> |
|||
${ew.sqlSegment} |
|||
</where> |
|||
</select> |
|||
|
|||
</mapper> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue