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
59c1fd2d
Commit
59c1fd2d
authored
Nov 20, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
户用监盘统计参数
parent
a9095a7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
JpStationDto.java
...m/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
+5
-0
JpStationServiceImpl.java
...ot/module/hygf/biz/service/impl/JpStationServiceImpl.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
View file @
59c1fd2d
...
...
@@ -167,4 +167,9 @@ public class JpStationDto extends BaseDto {
* **/
List
<
Map
<
String
,
Object
>>
powerRatio
;
String
timeDateMonth
;
String
timeDateYear
;
}
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/JpStationServiceImpl.java
View file @
59c1fd2d
...
...
@@ -206,11 +206,11 @@ public class JpStationServiceImpl extends BaseService<JpStationDto,JpStation,JpS
try
{
if
(
type
.
equals
(
"month"
)){
map
=
getDayListOfMonth
(
date
);
map
=
getDayListOfMonth
(
reviewDto
.
getTimeDateMonth
()
);
data
=
dayGenerateMapper
.
getDayGeneratqx
(
date
,
statioId
);
}
else
if
(
type
.
equals
(
"year"
)){
map
=
getyearListOfMonth
(
date
);
map
=
getyearListOfMonth
(
reviewDto
.
getTimeDateYear
()
);
data
=
dayGenerateMapper
.
getMonthGenerateqx
(
date
,
statioId
);
}
else
{
map
=
getyearList
();
...
...
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