Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
2163e7c2
Commit
2163e7c2
authored
Jun 02, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除资源文件
parent
f31c5319
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
561 deletions
+0
-561
portal-manager/src/main/resources/sqlmap/module/resource/ResourceMapper.xml
.../main/resources/sqlmap/module/resource/ResourceMapper.xml
+0
-538
portal-manager/src/main/resources/sqlmap/module/resource/resourceExt.xml
...src/main/resources/sqlmap/module/resource/resourceExt.xml
+0
-23
No files found.
portal-manager/src/main/resources/sqlmap/module/resource/ResourceMapper.xml
deleted
100644 → 0
View file @
f31c5319
This diff is collapsed.
Click to expand it.
portal-manager/src/main/resources/sqlmap/module/resource/resourceExt.xml
deleted
100644 → 0
View file @
f31c5319
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.resource.dao.ibatis.ResourceDaoImpl"
>
<!-- 获取列表 -->
<select
id=
"getListByUserId"
parameterType=
"paramDto"
resultMap=
"ResourceEntity-Map"
>
select
<include
refid=
"_columns"
/>
from mortals_xhx_resource as a
where a.authType in(0,1,2) or a.id IN
(select resourceId
from mortals_xhx_role_auth as b
left join mortals_xhx_role_user as c
on b.roleId=c.roleId
where c.userId=#{condition.userId})
</select>
<select
id=
"getAllByUserType"
parameterType=
"java.util.HashMap"
resultMap=
"ResourceEntity-Map"
>
select
<include
refid=
"_columns"
/>
from mortals_xhx_resource as a
where a.userType=#{userType}
</select>
</mapper>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment