Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
9f64e901
Commit
9f64e901
authored
Aug 28, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改大屏综合统计-人员总量第二层分组总数无数据
parent
03425672
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
ComprehensiveStatisticalAnalysisServiceImpl.java
...ice/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
+8
-1
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
View file @
9f64e901
...
@@ -3273,8 +3273,16 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
...
@@ -3273,8 +3273,16 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
}
else
if
(!
is3LeveFlag
)
{
}
else
if
(!
is3LeveFlag
)
{
if
(
unitCategory
.
equals
(
UnitCategoryEnum
.
use
.
getCode
()))
{
if
(
unitCategory
.
equals
(
UnitCategoryEnum
.
use
.
getCode
()))
{
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
use
.
getCode
());
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
use
.
getCode
());
long
total
=
this
.
queryDpStatisticsTotalByIndex
(
boolMust
,
StatisticalAnalysisEnum
.
person
.
getKey
());
result
.
put
(
"tabTotalMap"
,
new
JSONObject
().
fluentPut
(
"personTypeTotal"
,
total
));
Map
<
String
,
Object
>
totalAggMapsByUnitType
=
getTotalAggMapsByUnitType
(
request
,
builder
,
boolMust
,
tabTotalMap
,
StatisticalAnalysisEnum
.
person
);
result
.
put
(
"datas"
,
totalAggMapsByUnitType
);
}
else
if
(
unitCategory
.
equals
(
UnitCategoryEnum
.
produce
.
getCode
()))
{
}
else
if
(
unitCategory
.
equals
(
UnitCategoryEnum
.
produce
.
getCode
()))
{
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
produce
.
getCode
());
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
produce
.
getCode
());
long
total
=
this
.
queryDpStatisticsTotalByIndex
(
boolMust
,
StatisticalAnalysisEnum
.
person
.
getKey
());
result
.
put
(
"tabTotalMap"
,
new
JSONObject
().
fluentPut
(
"personTypeTotal"
,
total
));
Map
<
String
,
Object
>
totalAggMapsByUnitType
=
getTotalAggMapsByUnitType
(
request
,
builder
,
boolMust
,
tabTotalMap
,
StatisticalAnalysisEnum
.
person
);
result
.
put
(
"datas"
,
totalAggMapsByUnitType
);
}
else
{
}
else
{
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
filling
.
getCode
());
companyBoolMust
(
boolMust
,
UnitCategoryEnum
.
filling
.
getCode
());
JSONObject
expiryDateStatus
=
this
.
getExpiryDateStatusGroupStatistics
(
boolMust
);
JSONObject
expiryDateStatus
=
this
.
getExpiryDateStatusGroupStatistics
(
boolMust
);
...
@@ -3286,7 +3294,6 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
...
@@ -3286,7 +3294,6 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
.
fluentPut
(
"expiryDateStatus"
,
expiryDateStatus
)
.
fluentPut
(
"expiryDateStatus"
,
expiryDateStatus
)
.
fluentPut
(
"personType"
,
personType
));
.
fluentPut
(
"personType"
,
personType
));
}
}
result
=
getTotalAggMapsByUnitType
(
request
,
builder
,
boolMust
,
tabTotalMap
,
StatisticalAnalysisEnum
.
person
);
}
else
{
}
else
{
JSONArray
threeLevel
=
filterParams
.
getJSONArray
(
"threeLevel"
);
JSONArray
threeLevel
=
filterParams
.
getJSONArray
(
"threeLevel"
);
String
filterCode
=
threeLevel
.
getString
(
0
);
String
filterCode
=
threeLevel
.
getString
(
0
);
...
...
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