Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
chnmuseum-party
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
liqin
chnmuseum-party
Commits
8def55b7
Commit
8def55b7
authored
May 13, 2021
by
jiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG修改==》》机顶盒运维信息管理 单位管理员数据显示错误 用户type改为2
parent
e837c7a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TBoxOperationMapper.xml
src/main/resources/mapper/TBoxOperationMapper.xml
+2
-2
No files found.
src/main/resources/mapper/TBoxOperationMapper.xml
View file @
8def55b7
...
...
@@ -78,7 +78,7 @@
SELECT b.id,b.organ_id,b.mac,b.status,b.area_id,b.create_time,b.update_time,r.name organ_name ,u.user_name
FROM t_box_operation b
left join t_organ r on r.id = b.organ_id
left join t_user u on u.org_id = b.organ_id and u.type = '
3
'
left join t_user u on u.org_id = b.organ_id and u.type = '
2
'
where 1=1
<if
test=
"tBoxOperation.organId != null and tBoxOperation.organId != '' "
>
and b.organ_id =#{tBoxOperation.organId}
...
...
@@ -132,7 +132,7 @@
SELECT b.id,b.organ_id,b.mac,b.status,b.area_id,b.create_time,b.update_time,r.name organ_name ,u.user_name
FROM t_box_operation b
left join t_organ r on r.id = b.organ_id
left join t_user u on u.org_id = b.organ_id and u.type = '
3
'
left join t_user u on u.org_id = b.organ_id and u.type = '
2
'
where 1=1
<if
test=
"tBoxOperation.organId != null and tBoxOperation.organId != '' "
>
and b.organ_id =#{tBoxOperation.organId}
...
...
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