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
1a2c9d92
Commit
1a2c9d92
authored
Jan 21, 2026
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险作业抽查率,合规率修改
事故统计,导出修改
parent
94edb3f6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
278 additions
and
74 deletions
+278
-74
AccidentReportController.java
.../module/accident/controller/AccidentReportController.java
+1
-1
AccidentReportServiceImpl.java
...dule/accident/service/impl/AccidentReportServiceImpl.java
+157
-18
THazardWorkPlanCheck.xml
...src/main/resources/mapper/hazard/THazardWorkPlanCheck.xml
+120
-55
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/accident/controller/AccidentReportController.java
View file @
1a2c9d92
...
@@ -324,7 +324,7 @@ public class AccidentReportController extends SuperController {
...
@@ -324,7 +324,7 @@ public class AccidentReportController extends SuperController {
@GetMapping
(
value
=
"/accidentReportDetailExport"
)
@GetMapping
(
value
=
"/accidentReportDetailExport"
)
public
BaseResponse
<
BizGeneralResponse
>
export
(
HttpServletResponse
response
,
ReportDetailParam
reportDetailParam
)
{
public
BaseResponse
<
BizGeneralResponse
>
export
(
HttpServletResponse
response
,
ReportDetailParam
reportDetailParam
)
{
BaseResponse
<
BizGeneralResponse
>
baseResponse
=
new
BaseResponse
<>();
BaseResponse
<
BizGeneralResponse
>
baseResponse
=
new
BaseResponse
<>();
reportDetailParam
.
setUserId
(
getUserId
());
Page
<
AccidentReportDetail
>
accidentReportDetailPage
=
accidentReportService
.
selectAccidentReportDetail
(
reportDetailParam
);
Page
<
AccidentReportDetail
>
accidentReportDetailPage
=
accidentReportService
.
selectAccidentReportDetail
(
reportDetailParam
);
if
(
CollectionUtils
.
isEmpty
(
accidentReportDetailPage
.
getRecords
()))
{
if
(
CollectionUtils
.
isEmpty
(
accidentReportDetailPage
.
getRecords
()))
{
...
...
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/accident/service/impl/AccidentReportServiceImpl.java
View file @
1a2c9d92
This diff is collapsed.
Click to expand it.
zlmy-modules/zlmy-boot/src/main/resources/mapper/hazard/THazardWorkPlanCheck.xml
View file @
1a2c9d92
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