Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zlmy-cloud
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
zlmy
zlmy-cloud
Commits
db61564e
Commit
db61564e
authored
Jan 29, 2026
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作业开始时间修改
parent
502c834f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
THazardWorkPlanServiceImpl.java
...odule/hazard/service/impl/THazardWorkPlanServiceImpl.java
+6
-7
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/service/impl/THazardWorkPlanServiceImpl.java
View file @
db61564e
...
@@ -629,9 +629,9 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
...
@@ -629,9 +629,9 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
//如果为安全许可证申请
//如果为安全许可证申请
if
(
WorkPlanStatusEnum
.
PERMIT
.
getValue
().
equals
(
workStatus
)
||
"99"
.
equals
(
workStatus
))
{
if
(
WorkPlanStatusEnum
.
PERMIT
.
getValue
().
equals
(
workStatus
)
||
"99"
.
equals
(
workStatus
))
{
//更新实际开始时间
//更新实际开始时间
if
(
null
!=
id
)
{
/*
if (null != id) {
tHazardWorkPlanDao.updateActualStartTime(id);
tHazardWorkPlanDao.updateActualStartTime(id);
}
}
*/
SysDictData
escalatedLevel
=
sysDictDataService
.
getDictTypeDetail
(
tHazardWorkPlan
.
getEscalatedLevel
(),
null
,
null
);
SysDictData
escalatedLevel
=
sysDictDataService
.
getDictTypeDetail
(
tHazardWorkPlan
.
getEscalatedLevel
(),
null
,
null
);
String
escalatedLevelValue
=
escalatedLevel
.
getDictKey
();
String
escalatedLevelValue
=
escalatedLevel
.
getDictKey
();
map
.
put
(
"level"
,
escalatedLevelValue
);
map
.
put
(
"level"
,
escalatedLevelValue
);
...
@@ -646,13 +646,12 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
...
@@ -646,13 +646,12 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
//如果为技术交底
//如果为技术交底
if
(
WorkPlanStatusEnum
.
TECHNICAL_EXPLANATION
.
getValue
().
equals
(
workStatus
))
{
if
(
WorkPlanStatusEnum
.
TECHNICAL_EXPLANATION
.
getValue
().
equals
(
workStatus
))
{
//更新实际开始时间
if
(
null
!=
id
)
{
tHazardWorkPlanDao
.
updateActualStartTime
(
id
);
}
//流转到安全许可证关闭
//流转到安全许可证关闭
executionWorkProcess
(
id
,
tHazardWorkPlanDTO
.
getTaskId
(),
WorkPlanStatusEnum
.
TO_BE_CLOSED
.
getValue
(),
tHazardWorkPlanDTO
.
getMap
(),
tHazardWorkPlan
);
executionWorkProcess
(
id
,
tHazardWorkPlanDTO
.
getTaskId
(),
WorkPlanStatusEnum
.
TO_BE_CLOSED
.
getValue
(),
tHazardWorkPlanDTO
.
getMap
(),
tHazardWorkPlan
);
//THazardWorkPlan updWorkPlan = new THazardWorkPlan();
//updWorkPlan.setId(id);
//updWorkPlan.setHazardLicensePassTime(new Date());
//this.updateById(updWorkPlan);
}
}
//如果为安全许可证关闭
//如果为安全许可证关闭
...
...
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