Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
2a358eef
Commit
2a358eef
authored
Feb 07, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
事业部&事业部条线-fxj
parent
de316c83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
SysUserPermissionServiceImpl.java
...permission/service/impl/SysUserPermissionServiceImpl.java
+3
-1
SysUserPermissionMapper.xml
...biz/src/main/resources/mapper/SysUserPermissionMapper.xml
+2
-2
No files found.
yifu-permission/yifu-permission-biz/src/main/java/com/yifu/cloud/plus/v1/permission/service/impl/SysUserPermissionServiceImpl.java
View file @
2a358eef
...
@@ -315,7 +315,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
...
@@ -315,7 +315,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
if
(
CommonConstants
.
SIX_STRING
.
equals
(
insert
.
getPermissionType
())
||
if
(
CommonConstants
.
SIX_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
SEVEN_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
SEVEN_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
TEN_STRING
.
equals
(
insert
.
getPermissionType
())
CommonConstants
.
TEN_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
TWELVE_STRING
.
equals
(
insert
.
getPermissionType
()))
{
||
CommonConstants
.
TWELVE_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
THIRTEEN_STRING
.
equals
(
insert
.
getPermissionType
())
||
CommonConstants
.
FOURTEEN_STRING
.
equals
(
insert
.
getPermissionType
()))
{
flag
.
append
(
excel
.
getName
());
flag
.
append
(
excel
.
getName
());
}
else
{
}
else
{
flag
.
append
(
excel
.
getCode
());
flag
.
append
(
excel
.
getCode
());
...
...
yifu-permission/yifu-permission-biz/src/main/resources/mapper/SysUserPermissionMapper.xml
View file @
2a358eef
...
@@ -484,13 +484,13 @@
...
@@ -484,13 +484,13 @@
<select
id=
"selectDivitionCount"
resultType=
"java.lang.Integer"
>
<select
id=
"selectDivitionCount"
resultType=
"java.lang.Integer"
>
SELECT
SELECT
count(1)
count(1)
from ekp_shenhepeizhi_table
from ekp_shenhepeizhi_table
a
where a.fd_shiyebu = #{name}
where a.fd_shiyebu = #{name}
</select>
</select>
<select
id=
"selectDivitionLineCount"
resultType=
"java.lang.Integer"
>
<select
id=
"selectDivitionLineCount"
resultType=
"java.lang.Integer"
>
SELECT
SELECT
count(1)
count(1)
from ekp_shenhepeizhi_table
from ekp_shenhepeizhi_table
a
where a.fd_tiaoxian = #{name}
where a.fd_tiaoxian = #{name}
</select>
</select>
</mapper>
</mapper>
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