Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
MicroCommunity
Commits
2868cea5
Commit
2868cea5
authored
4 years ago
by
java110
Browse files
Options
Download
Email Patches
Plain Diff
优化代码
parent
d1c0508a
master
0.3-stable
0.5-stable
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.3.1-stable
0.7
v1.31
v1.3
v1.2
v1.1
v1.0
v0.9
v0.8
v0.6
v0.5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml
+3
-2
...n/resources/mapper/common/MachineServiceDaoImplMapper.xml
with
3 additions
and
2 deletions
+3
-2
java110-db/src/main/resources/mapper/common/MachineServiceDaoImplMapper.xml
+
3
-
2
View file @
2868cea5
...
...
@@ -144,10 +144,10 @@
machineVersion,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,t.b_id,t.b_id
bId,t.machine_name,t.machine_name machineName,t.machine_type_cd,t.machine_type_cd
machineTypeCd,t.machine_ip,t.machine_ip machineIp,td.name machineTypeCdName,
t.state,
t
.location_type
_cd
locationTypeCd,t.location_obj_id locationObjId,
t.state,
c
.location_type locationTypeCd,
c.location_name locationTypeName,
t.location_obj_id locationObjId,
t.location_type_cd,t.location_obj_id,
td1.name stateName,t.create_time createTime,t.direction,td3.name directionName
from machine t,t_dict td,t_dict td1,t_dict td3
from machine t,t_dict td,t_dict td1,t_dict td3
, community_location c
where 1 =1
and t.machine_type_cd=td.status_cd
and td.table_name='machine'
...
...
@@ -158,6 +158,7 @@
and t.direction = td3.status_cd
and td3.table_name='machine'
and td3.table_columns='direction'
and t.location_type_cd = c.location_id
<if
test=
"machineMac !=null and machineMac != ''"
>
and t.machine_mac= #{machineMac}
</if>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help