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
2e20d91d
Commit
2e20d91d
authored
Nov 06, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标管理 电梯故障原因占比分析 代码修改
parent
e682aae7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ZBGLStatisticsMapper.xml
...cs-api/src/main/resources/mapper/ZBGLStatisticsMapper.xml
+2
-2
DtgzyyzbfxServiceImpl.java
...stcs/biz/service/impl/ZBGLImpl/DtgzyyzbfxServiceImpl.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/ZBGLStatisticsMapper.xml
View file @
2e20d91d
...
...
@@ -4,8 +4,8 @@
<select
id=
"getTypeList"
resultType=
"java.util.Map"
>
SELECT
code,
NAME
code
as dataIndex
,
NAME
as title
FROM
cb_data_dictionary
WHERE
...
...
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/ZBGLImpl/DtgzyyzbfxServiceImpl.java
View file @
2e20d91d
...
...
@@ -110,8 +110,8 @@ public class DtgzyyzbfxServiceImpl implements IZBGLService {
public
List
<
Map
<
String
,
String
>>
getTitle
(
DPFilterParamForDetailDto
dpFilterParamForDetailDto
)
{
List
<
Map
<
String
,
String
>>
list
=
zbglStatisticsMapper
.
getTypeList
(
"GZYY"
);
Map
<
String
,
String
>
map
=
new
HashMap
<>();
map
.
put
(
"
code
"
,
"area"
);
map
.
put
(
"
nam
e"
,
"区域"
);
map
.
put
(
"
dataIndex
"
,
"area"
);
map
.
put
(
"
titl
e"
,
"区域"
);
list
.
add
(
0
,
map
);
return
list
;
}
...
...
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