记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
c5a041c5
Commit
c5a041c5
authored
Jan 05, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
admin 修改提交
parent
fdf75669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
SlimeAuthorizationRecordsAdminServiceImpl.java
...rvice/impl/SlimeAuthorizationRecordsAdminServiceImpl.java
+7
-7
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/slime/service/impl/SlimeAuthorizationRecordsAdminServiceImpl.java
View file @
c5a041c5
...
...
@@ -102,7 +102,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaQueryWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaQueryWrapper
=
Wrappers
.
lambdaQuery
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getUidRole
,
SlimeAuthorizationConst
.
PerformanceRole
.
CREATOR
.
getRole
());
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
authorizationRecordsLambdaQueryWrapper
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
SlimeAuthorizationRecords
authorizationRecords
=
getOne
(
authorizationRecordsLambdaQueryWrapper
);
// 是否已存在权限
...
...
@@ -198,7 +198,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaQueryWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaQueryWrapper
=
Wrappers
.
lambdaQuery
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getUidRole
,
SlimeAuthorizationConst
.
PerformanceRole
.
AUDITOR
.
getRole
());
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
authorizationRecordsLambdaQueryWrapper
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
SlimeAuthorizationRecords
authorizationRecords
=
getOne
(
authorizationRecordsLambdaQueryWrapper
);
// 查询审核员
...
...
@@ -221,7 +221,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaUpdateWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaUpdateWrapper
=
Wrappers
.
lambdaUpdate
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaUpdateWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
)
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
)
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
)
.
eq
(
SlimeAuthorizationRecords:
:
getAuthorizationRecordId
,
authorizationRecords
.
getAuthorizationRecordId
());
authorizationRecordsLambdaUpdateWrapper
.
set
(
SlimeAuthorizationRecords:
:
getUpdatedAt
,
authorizationRecords
.
getUpdatedAt
());
authorizationRecordsLambdaUpdateWrapper
.
set
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
authorizationRecords
.
getDeletedAt
());
...
...
@@ -314,7 +314,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaQueryWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaQueryWrapper
=
Wrappers
.
lambdaQuery
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getUidRole
,
SlimeAuthorizationConst
.
PerformanceRole
.
SPONSOR
.
getRole
());
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
authorizationRecordsLambdaQueryWrapper
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
SlimeAuthorizationRecords
authorizationRecords
=
getOne
(
authorizationRecordsLambdaQueryWrapper
);
// 查询主办方
...
...
@@ -337,7 +337,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaUpdateWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaUpdateWrapper
=
Wrappers
.
lambdaUpdate
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaUpdateWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
)
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
authorizationRecordsLambdaUpdateWrapper
.
and
(
wrapper
->
wrapper
.
eq
(
SlimeAuthorizationRecords:
:
getAuthorizationRecordId
,
authorizationRecords
.
getAuthorizationRecordId
())
.
or
(
wrapper1
->
wrapper1
...
...
@@ -445,7 +445,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaQueryWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaQueryWrapper
=
Wrappers
.
lambdaQuery
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
);
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getUidRole
,
SlimeAuthorizationConst
.
PerformanceRole
.
FIELDER
.
getRole
());
authorizationRecordsLambdaQueryWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
authorizationRecordsLambdaQueryWrapper
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
SlimeAuthorizationRecords
authorizationRecords
=
getOne
(
authorizationRecordsLambdaQueryWrapper
);
// 查询场地方
...
...
@@ -468,7 +468,7 @@ public class SlimeAuthorizationRecordsAdminServiceImpl extends ServiceImpl<Slime
LambdaUpdateWrapper
<
SlimeAuthorizationRecords
>
authorizationRecordsLambdaUpdateWrapper
=
Wrappers
.
lambdaUpdate
(
SlimeAuthorizationRecords
.
class
);
authorizationRecordsLambdaUpdateWrapper
.
eq
(
SlimeAuthorizationRecords:
:
getPerformanceId
,
performanceId
)
.
eq
(
SlimeAuthorizationRecords:
:
getDeletedAt
,
null
);
.
isNull
(
SlimeAuthorizationRecords:
:
getDeletedAt
);
authorizationRecordsLambdaUpdateWrapper
.
and
(
wrapper
->
wrapper
.
eq
(
SlimeAuthorizationRecords:
:
getAuthorizationRecordId
,
authorizationRecords
.
getAuthorizationRecordId
())
.
or
(
wrapper1
->
wrapper1
...
...
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