Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f6340356
authored
Sep 18, 2023
by
李小龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixbug
parent
93872dd8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
server-service/src/main/java/com/makeit/service/saas/impl/SaasUserServiceImpl.java
server-service/src/main/resources/mappers/SaasOperationLogMapper.xml
server-service/src/main/java/com/makeit/service/saas/impl/SaasUserServiceImpl.java
View file @
f6340356
...
...
@@ -249,7 +249,6 @@ implements SaasUserService{
@Transactional
@Override
public
void
edit
(
SaasUserDTOVO
dto
)
{
dto
.
setAccount
(
null
);
superCantEdit
(
dto
);
check
(
dto
);
...
...
server-service/src/main/resources/mappers/SaasOperationLogMapper.xml
View file @
f6340356
...
...
@@ -5,11 +5,11 @@
<select
id=
"selectByCondition"
resultType=
"com.makeit.dto.saas.SaasOperationLogDTO"
>
select
ol.id as id,
ol.saas_user_id as
plat
UserId,
ol.saas_user_id as
saas
UserId,
ol.tenant_id as tenantId,
ol.content as content,
ol.create_date as createDate,
pu.username as
plat
UserName,
pu.username as
saas
UserName,
t.name as tenantName
from saas_operation_log ol
left join saas_user pu on ol.saas_user_id = pu.id and pu.del_flag = 0
...
...
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