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
5de3e3d7
Commit
5de3e3d7
authored
Jul 14, 2023
by
史志龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-szl' into 'dev'
Dev szl See merge request
!17
parents
346944ca
c5a6a405
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
297 additions
and
27 deletions
+297
-27
MovementRecordsMasterController.java
...CheckData/controller/MovementRecordsMasterController.java
+272
-4
RecordsMasterCheckController.java
...entCheckData/controller/RecordsMasterCheckController.java
+6
-4
MovementCourseInfoDTO.java
...eckData/equipmentCheckData/dto/MovementCourseInfoDTO.java
+1
-1
MovementCourseInfo.java
...eckData/equipmentCheckData/entity/MovementCourseInfo.java
+1
-1
MovementRecordsMasterMapper.xml
...pmentCheckData/mapper/xml/MovementRecordsMasterMapper.xml
+6
-6
RecordPatrolMasterMapper.xml
...quipmentCheckData/mapper/xml/RecordPatrolMasterMapper.xml
+4
-4
RecordsMasterCheckMapper.xml
...quipmentCheckData/mapper/xml/RecordsMasterCheckMapper.xml
+6
-6
MovementCourseInfoVO.java
...checkData/equipmentCheckData/vo/MovementCourseInfoVO.java
+1
-1
No files found.
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/controller/MovementRecordsMasterController.java
View file @
5de3e3d7
This diff is collapsed.
Click to expand it.
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/controller/RecordsMasterCheckController.java
View file @
5de3e3d7
...
...
@@ -142,8 +142,9 @@ public class RecordsMasterCheckController extends JeecgController<RecordsMasterC
ModelAndView
mv
=
new
ModelAndView
(
new
JeecgEntityExcelView
());
List
<
RecordsMasterCheck
>
resultList
=
this
.
service
.
list
(
new
LambdaQueryWrapper
<
RecordsMasterCheck
>()
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getEkCode
()),
RecordsMasterCheck:
:
getEkCode
,
recordsMasterCheck
.
getEkCode
())
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getSubwaySectionName
()),
RecordsMasterCheck:
:
getSubwaySectionName
,
recordsMasterCheck
.
getSubwaySectionName
())
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLightRailName
()),
RecordsMasterCheck:
:
getLightRailName
,
recordsMasterCheck
.
getLightRailName
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getSubwaySectionId
()),
RecordsMasterCheck:
:
getSubwaySectionId
,
recordsMasterCheck
.
getSubwaySectionId
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLightRailId
()),
RecordsMasterCheck:
:
getLightRailId
,
recordsMasterCheck
.
getLightRailId
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLineAliasId
()),
RecordsMasterCheck:
:
getLineAliasId
,
recordsMasterCheck
.
getLineAliasId
())
.
orderByAsc
(
RecordsMasterCheck:
:
getCreateTime
));
//导出文件名称
mv
.
addObject
(
NormalExcelConstants
.
FILE_NAME
,
"道床使用情况检查"
);
...
...
@@ -164,8 +165,9 @@ public class RecordsMasterCheckController extends JeecgController<RecordsMasterC
public
void
export
(
RecordsMasterCheck
recordsMasterCheck
,
HttpServletResponse
response
)
{
List
<
RecordsMasterCheck
>
resultList
=
this
.
service
.
list
(
new
LambdaQueryWrapper
<
RecordsMasterCheck
>()
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getEkCode
()),
RecordsMasterCheck:
:
getEkCode
,
recordsMasterCheck
.
getEkCode
())
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getSubwaySectionName
()),
RecordsMasterCheck:
:
getSubwaySectionName
,
recordsMasterCheck
.
getSubwaySectionName
())
.
like
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLightRailName
()),
RecordsMasterCheck:
:
getLightRailName
,
recordsMasterCheck
.
getLightRailName
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getSubwaySectionId
()),
RecordsMasterCheck:
:
getSubwaySectionId
,
recordsMasterCheck
.
getSubwaySectionId
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLightRailId
()),
RecordsMasterCheck:
:
getLightRailId
,
recordsMasterCheck
.
getLightRailId
())
.
eq
(
ObjectUtil
.
isNotEmpty
(
recordsMasterCheck
.
getLineAliasId
()),
RecordsMasterCheck:
:
getLineAliasId
,
recordsMasterCheck
.
getLineAliasId
())
.
orderByAsc
(
RecordsMasterCheck:
:
getCreateTime
));
int
num
=
0
;
for
(
RecordsMasterCheck
s
:
resultList
)
{
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/dto/MovementCourseInfoDTO.java
View file @
5de3e3d7
...
...
@@ -39,7 +39,7 @@ public class MovementCourseInfoDTO {
private
String
movementMasterId
;
@ApiModelProperty
(
"动静态几何尺寸对应得里程信息主键-》外键"
)
private
BigDecimal
movementCourseId
;
private
String
movementCourseId
;
@ApiModelProperty
(
"轨号"
)
private
String
trackCode
;
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/entity/MovementCourseInfo.java
View file @
5de3e3d7
...
...
@@ -60,7 +60,7 @@ public class MovementCourseInfo implements Serializable {
@ApiModelProperty
(
"动静态几何尺寸对应得里程信息主键-》外键"
)
@TableField
(
"movement_course_id"
)
private
BigDecimal
movementCourseId
;
private
String
movementCourseId
;
@ApiModelProperty
(
"轨号"
)
@TableField
(
"track_code"
)
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/mapper/xml/MovementRecordsMasterMapper.xml
View file @
5de3e3d7
...
...
@@ -11,14 +11,14 @@
<if
test=
"dto.ekCode != null and dto.ekCode != ''"
>
AND t1.ek_code like concat('%',#{dto.ekCode},'%')
</if>
<if
test=
"dto.subwaySection
Name != null and dto.subwaySectionName
!= ''"
>
AND t1.subway_section_
name like concat('%',#{dto.subwaySectionName},'%')
<if
test=
"dto.subwaySection
Id != null and dto.subwaySectionId
!= ''"
>
AND t1.subway_section_
id = #{dto.subwaySectionId}
</if>
<if
test=
"dto.lightRail
Name != null and dto.lightRailName
!= ''"
>
AND t1.light_rail_
name like concat('%',#{dto.lightRailName},'%')
<if
test=
"dto.lightRail
Id != null and dto.lightRailId
!= ''"
>
AND t1.light_rail_
id = #{dto.lightRailId}
</if>
<if
test=
"dto.lineAlias
Name != null and dto.lineAliasName
!= ''"
>
AND t1.line_alias_
name like concat('%',#{dto.lineAliasName},'%')
<if
test=
"dto.lineAlias
Id != null and dto.lineAliasId
!= ''"
>
AND t1.line_alias_
id = #{dto.lineAliasId}
</if>
AND t1.type = #{dto.type}
AND t1.del_flag = '0'
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/mapper/xml/RecordPatrolMasterMapper.xml
View file @
5de3e3d7
...
...
@@ -11,11 +11,11 @@
<if
test=
"dto.ekCode != null and dto.ekCode != ''"
>
AND t1.ek_code like concat('%',#{dto.ekCode},'%')
</if>
<if
test=
"dto.lightRail
Name != null and dto.lightRailName
!= ''"
>
AND t1.light_rail_
name like concat('%',#{dto.lightRailName},'%')
<if
test=
"dto.lightRail
Id != null and dto.lightRailId
!= ''"
>
AND t1.light_rail_
id = #{dto.lightRailId}
</if>
<if
test=
"dto.lineAlias
Name != null and dto.lineAliasName
!= ''"
>
AND t1.line_alias_
name like concat('%',#{dto.lineAliasName},'%')
<if
test=
"dto.lineAlias
Id != null and dto.lineAliasId
!= ''"
>
AND t1.line_alias_
id = #{dto.lineAliasId}
</if>
AND t1.del_flag = '0'
order by t1.create_time desc
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/mapper/xml/RecordsMasterCheckMapper.xml
View file @
5de3e3d7
...
...
@@ -11,14 +11,14 @@
<if
test=
"dto.ekCode != null and dto.ekCode != ''"
>
AND t1.ek_code like concat('%',#{dto.ekCode},'%')
</if>
<if
test=
"dto.subwaySection
Name != null and dto.subwaySectionName
!= ''"
>
AND t1.subway_section_
name like concat('%',#{dto.subwaySectionName},'%')
<if
test=
"dto.subwaySection
Id != null and dto.subwaySectionId
!= ''"
>
AND t1.subway_section_
id = #{dto.subwaySectionId}
</if>
<if
test=
"dto.lightRail
Name != null and dto.lightRailName
!= ''"
>
AND t1.light_rail_
name like concat('%',#{dto.lightRailName},'%')
<if
test=
"dto.lightRail
Id != null and dto.lightRailId
!= ''"
>
AND t1.light_rail_
id = #{dto.lightRailId}
</if>
<if
test=
"dto.lineAlias
Name != null and dto.lineAliasName
!= ''"
>
AND t1.line_alias_
name like concat('%',#{dto.lineAliasName},'%')
<if
test=
"dto.lineAlias
Id != null and dto.lineAliasId
!= ''"
>
AND t1.line_alias_
id = #{dto.lineAliasId}
</if>
AND t1.del_flag = '0'
order by t1.create_time desc
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/checkData/equipmentCheckData/vo/MovementCourseInfoVO.java
View file @
5de3e3d7
...
...
@@ -45,7 +45,7 @@ public class MovementCourseInfoVO {
private
String
movementMasterId
;
@ApiModelProperty
(
"动静态几何尺寸对应得里程信息主键-》外键"
)
private
BigDecimal
movementCourseId
;
private
String
movementCourseId
;
@ApiModelProperty
(
"轨号"
)
private
String
trackCode
;
...
...
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