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
ae7f6c82
Commit
ae7f6c82
authored
Aug 07, 2024
by
史志龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分析算法更新--shizhilong
parent
5da028e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
22 deletions
+3
-22
AnalysisLineBatchSaveOrUpdateDTO.java
...diseaseAnalysis/dto/AnalysisLineBatchSaveOrUpdateDTO.java
+0
-1
AnalysisLineBatchMapper.xml
...es/diseaseAnalysis/mapper/xml/AnalysisLineBatchMapper.xml
+2
-1
EkRecordPatrolMasterVO.java
...cg/modules/diseaseAnalysis/vo/EkRecordPatrolMasterVO.java
+1
-20
No files found.
jeecg-module-system/src/main/java/org/jeecg/modules/diseaseAnalysis/dto/AnalysisLineBatchSaveOrUpdateDTO.java
View file @
ae7f6c82
...
...
@@ -87,7 +87,6 @@ public class AnalysisLineBatchSaveOrUpdateDTO {
@ApiModelProperty
(
"检查人"
)
private
String
checkBy
;
@ApiModelProperty
(
"检查起始里程"
)
private
BigDecimal
startingMileage
;
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/diseaseAnalysis/mapper/xml/AnalysisLineBatchMapper.xml
View file @
ae7f6c82
...
...
@@ -30,7 +30,8 @@
<select
id=
"queryPageEkPatrolList"
resultType=
"org.jeecg.modules.diseaseAnalysis.vo.EkRecordPatrolMasterVO"
>
SELECT
t.*
t.*,
t.inspect_time as checkTime
FROM
t_xd_record_patrol_master t
WHERE
...
...
jeecg-module-system/src/main/java/org/jeecg/modules/diseaseAnalysis/vo/EkRecordPatrolMasterVO.java
View file @
ae7f6c82
...
...
@@ -48,9 +48,8 @@ public class EkRecordPatrolMasterVO {
private
String
workCode
;
@ApiModelProperty
(
"检查日期"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
inspect
Time
;
private
Date
check
Time
;
@ApiModelProperty
(
"天气"
)
private
String
weather
;
...
...
@@ -91,24 +90,6 @@ public class EkRecordPatrolMasterVO {
@ApiModelProperty
(
"检查人姓名"
)
private
String
checkBy
;
@ApiModelProperty
(
"清点时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd hh:mm"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd hh:mm"
)
private
Date
checkTime
;
@ApiModelProperty
(
"销点时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd hh:mm"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd hh:mm"
)
private
Date
pinpointTime
;
@ApiModelProperty
(
"审核人姓名"
)
private
String
verifyBy
;
@ApiModelProperty
(
"审核时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
verifyTime
;
@ApiModelProperty
(
"巡道员备忘录"
)
private
String
remark
;
...
...
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