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
15957e7d
Commit
15957e7d
authored
Apr 12, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://111.203.232.171:8888/lee/chnmuseum-party
into master
parents
a2c846b0
8b2aaaac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TBoxOperationMapper.xml
src/main/resources/mapper/TBoxOperationMapper.xml
+4
-4
No files found.
src/main/resources/mapper/TBoxOperationMapper.xml
View file @
15957e7d
...
@@ -36,11 +36,11 @@
...
@@ -36,11 +36,11 @@
</select>
</select>
<select
id=
"selectBoxPage"
resultMap=
"BaseResultMap"
>
<select
id=
"selectBoxPage"
resultMap=
"BaseResultMap"
>
select b.id,b.organ_id,b.mac,b.status,b.area_id,b.create_time,b.update_time,o.name organ_name,a.full_name area_name
select b.id,b.organ_id,b.mac,b.status,b.area_id,b.create_time,b.update_time,u.user_name organ_name,a.full_name area_name
from t_user u
from t_box_operation b
left join t_organ o on o.id = u.org_id
left join t_organ o on b.organ_id = o.id
left join t_user u on u.org_id = b.organ_id and u.type = '3'
left join t_area a on u.area_id = a.id
left join t_area a on u.area_id = a.id
inner join t_box_operation b on b.organ_id = o.id
where 1=1
where 1=1
<if
test=
"user.orgId!= null and user.orgId != '' "
>
<if
test=
"user.orgId!= null and user.orgId != '' "
>
and b.organ_id =#{user.orgId}
and b.organ_id =#{user.orgId}
...
...
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