Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
hzsomms
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
ZTGK
hzsomms
Commits
5dffd1d4
Commit
5dffd1d4
authored
1 year ago
by
hkl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:1.代码提交
parent
ab1f5566
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
SwitchManagementMapper.xml
...modules/deviceAsset/mapper/xml/SwitchManagementMapper.xml
+11
-1
SwitchManagementQueryVO.java
...jeecg/modules/deviceAsset/vo/SwitchManagementQueryVO.java
+7
-0
No files found.
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/deviceAsset/mapper/xml/SwitchManagementMapper.xml
View file @
5dffd1d4
...
...
@@ -6,8 +6,18 @@
<select
id=
"queryPageList"
resultType=
"org.jeecg.modules.deviceAsset.vo.SwitchManagementQueryVO"
>
SELECT
t1.*,
t2.*
t2.light_rail_id,
t2.light_rail_name,
t2.section_id,
t2.section_name,
t2.station_id,
t2.station_name,
t3.line_alias_name,
t3.line_alias_code
FROM
t_da_switch_management t1 LEFT JOIN t_sn_section_station_map t2 ON t1.section_station_map_id = t2.id
LEFT JOIN t_sn_line_alias t3 ON t1.line_alias_id = t3.id
</select>
</mapper>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/deviceAsset/vo/SwitchManagementQueryVO.java
View file @
5dffd1d4
...
...
@@ -46,6 +46,12 @@ public class SwitchManagementQueryVO {
@ApiModelProperty
(
value
=
"线别Id"
)
private
String
lineAliasId
;
@ApiModelProperty
(
value
=
"线别name"
)
private
String
lineAliasName
;
@ApiModelProperty
(
value
=
"线别Id"
)
private
String
lineAliasCode
;
@ApiModelProperty
(
value
=
"开向"
)
private
String
openTo
;
...
...
@@ -81,4 +87,5 @@ public class SwitchManagementQueryVO {
@ApiModelProperty
(
value
=
"备注"
)
private
String
remark
;
}
This diff is collapsed.
Click to expand it.
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