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
eeb84018
Commit
eeb84018
authored
Nov 12, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏bug修改
parent
df7c4fc4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
IssueTypeEnum.java
...join/amos/boot/module/common/api/enums/IssueTypeEnum.java
+4
-4
AQZSDPStatisticsServiceImpl.java
...atistcs/biz/service/impl/AQZSDPStatisticsServiceImpl.java
+1
-1
JGDPStatisticsServiceImpl.java
...statistcs/biz/service/impl/JGDPStatisticsServiceImpl.java
+1
-0
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/enums/IssueTypeEnum.java
View file @
eeb84018
...
@@ -29,10 +29,10 @@ public enum IssueTypeEnum {
...
@@ -29,10 +29,10 @@ public enum IssueTypeEnum {
LICENSE_OVERDUE_COMPANY
(
"许可超期"
,
"9"
,
"2"
),
LICENSE_OVERDUE_COMPANY
(
"许可超期"
,
"9"
,
"2"
),
//维保备案超期(公司)
//维保备案超期(公司)
MAINTENANCE_RECORD_OVERDUE_COMPANY
(
"维保备案超期"
,
"10"
,
"2"
),
MAINTENANCE_RECORD_OVERDUE_COMPANY
(
"维保备案超期"
,
"10"
,
"2"
),
//
许可
临期(个人)
//
资质
临期(个人)
LICENSE_EXPIRY_PERSON
(
"
许可
临期"
,
"11"
,
"1"
),
LICENSE_EXPIRY_PERSON
(
"
资质
临期"
,
"11"
,
"1"
),
//
许可
超期(个人)
//
资质
超期(个人)
LICENSE_OVERDUE_PERSON
(
"
许可
超期"
,
"12"
,
"1"
),
LICENSE_OVERDUE_PERSON
(
"
资质
超期"
,
"12"
,
"1"
),
//操作人员资质超期(气瓶)
//操作人员资质超期(气瓶)
OPERATOR_QUALIFICATION_OVERDUE_CYLINDER
(
"操作人员资质超期"
,
"13"
,
"4"
),
OPERATOR_QUALIFICATION_OVERDUE_CYLINDER
(
"操作人员资质超期"
,
"13"
,
"4"
),
//充装异常(气瓶)
//充装异常(气瓶)
...
...
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/AQZSDPStatisticsServiceImpl.java
View file @
eeb84018
...
@@ -467,7 +467,7 @@ public class AQZSDPStatisticsServiceImpl {
...
@@ -467,7 +467,7 @@ public class AQZSDPStatisticsServiceImpl {
break
;
break
;
case
"维保备案超期"
:
case
"维保备案超期"
:
map
.
put
(
"key"
,
"maintenanceFilingOverdueNumber"
);
map
.
put
(
"key"
,
"maintenanceFilingOverdueNumber"
);
map
.
put
(
"label"
,
"维保备案超期数(仅电梯)"
);
map
.
put
(
"label"
,
"维保
合同
备案超期数(仅电梯)"
);
map
.
put
(
"value"
,
dataMap
.
getOrDefault
(
enumNameList
.
get
(
i
),
"0"
));
map
.
put
(
"value"
,
dataMap
.
getOrDefault
(
enumNameList
.
get
(
i
),
"0"
));
break
;
break
;
default
:
default
:
...
...
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/JGDPStatisticsServiceImpl.java
View file @
eeb84018
...
@@ -1112,6 +1112,7 @@ public class JGDPStatisticsServiceImpl {
...
@@ -1112,6 +1112,7 @@ public class JGDPStatisticsServiceImpl {
});
});
resultMap
.
put
(
"xdata"
,
xData
);
resultMap
.
put
(
"xdata"
,
xData
);
resultMap
.
put
(
"ydata"
,
yData
);
resultMap
.
put
(
"ydata"
,
yData
);
resultMap
.
put
(
"unit"
,
"天"
);
return
resultMap
;
return
resultMap
;
}
}
...
...
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