Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
signal
traffic-signal-platform
Commits
4d4949df
Commit
4d4949df
authored
Jan 13, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化设备状态服务xml
parent
31853f0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CrossInfoMapper.xml
...rol-service/src/main/resources/mapper/CrossInfoMapper.xml
+3
-3
No files found.
signal-control-service/src/main/resources/mapper/CrossInfoMapper.xml
View file @
4d4949df
...
...
@@ -63,11 +63,11 @@
</select>
<resultMap
id=
"listCrossDeviceStatusInfoMap"
type=
"net.wanji.web.vo.situationDetection.CrossDeviceStatusInfoResultVO"
>
<result
property=
"
id"
column=
"crossI
d"
/>
<result
property=
"
name"
column=
"crossN
ame"
/>
<result
property=
"
crossId"
column=
"i
d"
/>
<result
property=
"
crossName"
column=
"n
ame"
/>
<result
property=
"location"
column=
"location"
/>
<result
property=
"status"
column=
"status"
/>
<result
property=
"fault
_type"
column=
"faultT
ype"
/>
<result
property=
"fault
Type"
column=
"fault_t
ype"
/>
</resultMap>
<select
id=
"listCrossDeviceStatusInfo"
resultMap=
"listCrossDeviceStatusInfoMap"
>
select c.id, c.name, c.location, d.status, d.fault_type from t_base_cross_info c
...
...
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