Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
a0d0ac5c
Commit
a0d0ac5c
authored
Feb 12, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
安检量统计修改
parent
8a2a386b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TTaskInspectServiceImpl.java
...m/zehong/system/service/impl/TTaskInspectServiceImpl.java
+1
-1
No files found.
huaxin-system/src/main/java/com/zehong/system/service/impl/TTaskInspectServiceImpl.java
View file @
a0d0ac5c
...
...
@@ -239,7 +239,7 @@ public class TTaskInspectServiceImpl implements ITTaskInspectService
private
void
statisticNoInspectNum
(
List
<
Map
<
String
,
Object
>>
statisticResult
,
Map
<
String
,
String
>
param
){
Map
<
Object
,
List
<
Map
<
String
,
Object
>>>
groupByTask
;
//筛选时间时重新计算未安检量
if
(
null
!=
param
.
get
(
"beginTime"
)){
if
(
null
!=
param
.
get
(
"beginTime"
)
||
null
!=
param
.
get
(
"memberId"
)
){
Map
<
String
,
String
>
newParam
=
new
HashMap
<>();
newParam
.
put
(
"village"
,
param
.
get
(
"village"
));
List
<
Map
<
String
,
Object
>>
statisticResultNew
=
tTaskInspectMapper
.
inspectNumStatisticByInspector
(
newParam
);
...
...
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