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
d9a8b33b
Commit
d9a8b33b
authored
Oct 17, 2023
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改保存逆变器id
parent
4c738081
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
JpInverter.java
...ouseholdapi/face/orm/houseapi/entity/hygf/JpInverter.java
+1
-1
GoLangDataAcquisitionServiceImpl.java
...i/face/service/impl/GoLangDataAcquisitionServiceImpl.java
+1
-1
ImasterDataServiceImpl.java
...ouseholdapi/face/service/impl/ImasterDataServiceImpl.java
+1
-1
KsolarDataAcquisitionServiceImpl.java
...i/face/service/impl/KsolarDataAcquisitionServiceImpl.java
+1
-0
No files found.
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/orm/houseapi/entity/hygf/JpInverter.java
View file @
d9a8b33b
...
@@ -150,7 +150,7 @@ public class JpInverter implements Serializable {
...
@@ -150,7 +150,7 @@ public class JpInverter implements Serializable {
* ID
* ID
*/
*/
@TableField
(
"ID"
)
@TableField
(
"ID"
)
private
Lo
ng
id
;
private
Stri
ng
id
;
/**
/**
* 第三方电站id
* 第三方电站id
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/GoLangDataAcquisitionServiceImpl.java
View file @
d9a8b33b
...
@@ -377,7 +377,7 @@ public class GoLangDataAcquisitionServiceImpl implements GoLangDataAcquisitionSe
...
@@ -377,7 +377,7 @@ public class GoLangDataAcquisitionServiceImpl implements GoLangDataAcquisitionSe
jpInverter
.
setNationalStandard
(
inverterDetailDto
.
getNationalStandards
());
jpInverter
.
setNationalStandard
(
inverterDetailDto
.
getNationalStandards
());
jpInverter
.
setVersion
(
inverterDetailDto
.
getVersion
());
jpInverter
.
setVersion
(
inverterDetailDto
.
getVersion
());
jpInverter
.
setGenerationHours
(
String
.
valueOf
(
inverterDetailDto
.
getFullHour
()));
jpInverter
.
setGenerationHours
(
String
.
valueOf
(
inverterDetailDto
.
getFullHour
()));
jpInverter
.
setId
(
inverterDetailDto
.
getId
(
));
jpInverter
.
setId
(
String
.
valueOf
(
inverterDetailDto
.
getId
()
));
jpInverter
.
setCapacity
(
inverterDetailDto
.
getPower
().
intValue
());
jpInverter
.
setCapacity
(
inverterDetailDto
.
getPower
().
intValue
());
jpInverter
.
setThirdStationId
(
String
.
valueOf
(
inverterDetailDto
.
getStationId
()));
jpInverter
.
setThirdStationId
(
String
.
valueOf
(
inverterDetailDto
.
getStationId
()));
jpInverter
.
setThirdCode
(
PVProducerInfoEnum
.
JLY
.
getCode
());
jpInverter
.
setThirdCode
(
PVProducerInfoEnum
.
JLY
.
getCode
());
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/ImasterDataServiceImpl.java
View file @
d9a8b33b
...
@@ -535,7 +535,7 @@ public class ImasterDataServiceImpl implements ImasterDataService {
...
@@ -535,7 +535,7 @@ public class ImasterDataServiceImpl implements ImasterDataService {
// jpInverter.setNationalStandard(inverterDetailDto.getNationalStandards());
// jpInverter.setNationalStandard(inverterDetailDto.getNationalStandards());
jpInverter
.
setVersion
(
imasterInverterList
.
getSoftwareVersion
());
jpInverter
.
setVersion
(
imasterInverterList
.
getSoftwareVersion
());
// jpInverter.setGenerationHours(String.valueOf(inverterDetailDto.getFullHour()));
// jpInverter.setGenerationHours(String.valueOf(inverterDetailDto.getFullHour()));
jpInverter
.
setId
(
imasterInverterList
.
getId
(
));
jpInverter
.
setId
(
String
.
valueOf
(
imasterInverterList
.
getId
()
));
// jpInverter.setCapacity(inverterDetailDto.getPower().intValue());
// jpInverter.setCapacity(inverterDetailDto.getPower().intValue());
jpInverter
.
setThirdStationId
(
String
.
valueOf
(
imasterInverterList
.
getStationCode
()));
jpInverter
.
setThirdStationId
(
String
.
valueOf
(
imasterInverterList
.
getStationCode
()));
jpInverter
.
setThirdCode
(
PVProducerInfoEnum
.
HUAWEI
.
getCode
());
jpInverter
.
setThirdCode
(
PVProducerInfoEnum
.
HUAWEI
.
getCode
());
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/KsolarDataAcquisitionServiceImpl.java
View file @
d9a8b33b
...
@@ -458,6 +458,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
...
@@ -458,6 +458,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
// jpInverter.setCapacity(inverterDetailDto.getPower().intValue());
// jpInverter.setCapacity(inverterDetailDto.getPower().intValue());
jpInverter
.
setSnCode
(
ksolarStationCollectData
.
getInverterId
());
jpInverter
.
setSnCode
(
ksolarStationCollectData
.
getInverterId
());
jpInverter
.
setId
(
ksolarStationCollectData
.
getInverterId
());
jpInverter
.
setState
(
KSolarConstant
.
stationStaus
.
get
(
ksolarStationCollectData
.
getStatus
()));
jpInverter
.
setState
(
KSolarConstant
.
stationStaus
.
get
(
ksolarStationCollectData
.
getStatus
()));
jpInverter
.
setCollectorId
(
ksolarStationCollectList
.
getCollectId
());
jpInverter
.
setCollectorId
(
ksolarStationCollectList
.
getCollectId
());
jpInverter
.
setCollectorSnCode
(
ksolarStationCollectList
.
getCollectId
());
jpInverter
.
setCollectorSnCode
(
ksolarStationCollectList
.
getCollectId
());
...
...
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