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
a46f6c93
Commit
a46f6c93
authored
Sep 22, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加额定公率
parent
860196b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
JpStationDto.java
...m/yeejoin/amos/boot/module/hygf/api/dto/JpStationDto.java
+3
-0
JpStation.java
...m/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
+2
-2
JpStationMapper.xml
...f-api/src/main/resources/mapper/mysql/JpStationMapper.xml
+3
-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 @
a46f6c93
...
@@ -141,4 +141,7 @@ public class JpStationDto extends BaseDto {
...
@@ -141,4 +141,7 @@ public class JpStationDto extends BaseDto {
private
String
email
;
private
String
email
;
private
Double
ratedPower
;
}
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
View file @
a46f6c93
...
@@ -204,6 +204,6 @@ public class JpStation extends BaseEntity {
...
@@ -204,6 +204,6 @@ public class JpStation extends BaseEntity {
@TableField
(
"email"
)
@TableField
(
"email"
)
private
String
email
;
//邮箱
private
String
email
;
//邮箱
@TableField
(
"rated_power"
)
private
Double
ratedPower
;
}
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/JpStationMapper.xml
View file @
a46f6c93
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
`year_income` yearIncome,
`year_income` yearIncome,
`area` ,
`area` ,
`cumulative_income` cumulativeIncome,
`cumulative_income` cumulativeIncome,
`email`
`email`
,
rated_power ratedPower
from hygf_jp_station
from hygf_jp_station
...
@@ -96,6 +96,7 @@
...
@@ -96,6 +96,7 @@
FORMAT(sum(day_power_use)/1000,3) dayPowerUse,
FORMAT(sum(day_power_use)/1000,3) dayPowerUse,
FORMAT(sum(month_power_use)/1000,3) monthPowerUse,
FORMAT(sum(month_power_use)/1000,3) monthPowerUse,
FORMAT(sum(year_power_use)/1000,3) yearPowerUse,
FORMAT(sum(year_power_use)/1000,3) yearPowerUse,
FORMAT(sum(rated_power),3) ratedPower,
count(*) countBuiltNum
count(*) countBuiltNum
from hygf_jp_station
from hygf_jp_station
<where>
<where>
...
...
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