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
b60097f4
Commit
b60097f4
authored
Dec 01, 2025
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所有作业3天未完成的,需要重新发起申请。
危险作业到交底环节后按固定时间判断是否超时,超时自动取消
parent
1005372a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
THazardWorkPlanExpiredLogController.java
...azard/controller/THazardWorkPlanExpiredLogController.java
+0
-11
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/controller/THazardWorkPlanExpiredLogController.java
View file @
b60097f4
...
@@ -30,17 +30,6 @@ public class THazardWorkPlanExpiredLogController {
...
@@ -30,17 +30,6 @@ public class THazardWorkPlanExpiredLogController {
return
baseResponse
;
return
baseResponse
;
}
}
@ApiOperation
(
value
=
"危险作业三天内未完成自动过期"
,
notes
=
"危险作业三天内未完成自动过期"
)
@GetMapping
(
value
=
"/refreshSwitch1"
)
public
BaseResponse
refreshSwitch1
()
{
BaseResponse
baseResponse
=
new
BaseResponse
<>();
hazardWorkPlanExpiredLogService
.
refreshSwitch1
();
baseResponse
.
setData
(
true
);
baseResponse
.
setMsg
(
"操作成功"
);
return
baseResponse
;
}
@ApiOperation
(
value
=
"根据计划id查询过期日志"
,
notes
=
"根据计划id查询过期日志"
)
@ApiOperation
(
value
=
"根据计划id查询过期日志"
,
notes
=
"根据计划id查询过期日志"
)
@GetMapping
(
value
=
"/selectByPlanId"
)
@GetMapping
(
value
=
"/selectByPlanId"
)
public
BaseResponse
<
THazardWorkPlanExpiredLog
>
selectByPlanId
(
@RequestParam
String
planId
)
{
public
BaseResponse
<
THazardWorkPlanExpiredLog
>
selectByPlanId
(
@RequestParam
String
planId
)
{
...
...
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