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
70dc4643
Commit
70dc4643
authored
Apr 07, 2024
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加电站名称
parent
f9df89a3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
5 deletions
+7
-5
TdJpStation.java
...ldapi/face/orm/houseapi/entity/tdeingine/TdJpStation.java
+1
-0
GoLangDataAcquisitionServiceImpl.java
...i/face/service/impl/GoLangDataAcquisitionServiceImpl.java
+1
-1
GoodWeDataAcquisitionServiceImpl.java
...i/face/service/impl/GoodWeDataAcquisitionServiceImpl.java
+1
-1
ImasterDataServiceImpl.java
...ouseholdapi/face/service/impl/ImasterDataServiceImpl.java
+1
-1
KsolarDataAcquisitionServiceImpl.java
...i/face/service/impl/KsolarDataAcquisitionServiceImpl.java
+1
-1
SofarDataAcquisitionServiceImpl.java
...pi/face/service/impl/SofarDataAcquisitionServiceImpl.java
+1
-1
SunlightServiceImpl.java
...i/householdapi/face/service/impl/SunlightServiceImpl.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/tdeingine/TdJpStation.java
View file @
70dc4643
...
...
@@ -20,4 +20,5 @@ public class TdJpStation implements Serializable {
private
String
amosCompanyCode
;
//经销商code
private
String
thirdCode
;
//厂商标识
private
int
isDelete
;
private
String
stationName
;
//名称
}
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/GoLangDataAcquisitionServiceImpl.java
View file @
70dc4643
...
...
@@ -222,7 +222,7 @@ public class GoLangDataAcquisitionServiceImpl implements GoLangDataAcquisitionSe
tdJpStation
.
setThirdStationId
(
stationIds
.
get
(
i
));
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
JLY
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
}
else
{
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/GoodWeDataAcquisitionServiceImpl.java
View file @
70dc4643
...
...
@@ -146,7 +146,7 @@ public class GoodWeDataAcquisitionServiceImpl implements GoodWeDataAcquisitionSe
tdJpStation
.
setThirdStationId
(
jpStation
.
getThirdStationId
());
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
GDW
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
org
.
springframework
.
util
.
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
}
else
{
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/ImasterDataServiceImpl.java
View file @
70dc4643
...
...
@@ -315,7 +315,7 @@ public class ImasterDataServiceImpl implements ImasterDataService {
tdJpStation
.
setThirdStationId
(
imasterStationList
.
getPlantCode
());
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
HUAWEI
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
}
else
{
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/KsolarDataAcquisitionServiceImpl.java
View file @
70dc4643
...
...
@@ -255,7 +255,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
tdJpStation
.
setThirdStationId
(
ksolarStation
.
getStationId
());
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
KSOLAR
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/SofarDataAcquisitionServiceImpl.java
View file @
70dc4643
...
...
@@ -326,7 +326,7 @@ public class SofarDataAcquisitionServiceImpl implements SofarDataAcquisitionServ
tdJpStation
.
setThirdStationId
(
jpStation
.
getThirdStationId
());
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
SH
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
}
else
{
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/service/impl/SunlightServiceImpl.java
View file @
70dc4643
...
...
@@ -318,6 +318,7 @@ public class SunlightServiceImpl implements SunlightService {
tdJpStation
.
setThirdStationId
(
jpStation
.
getThirdStationId
());
tdJpStation
.
setThirdCode
(
PVProducerInfoEnum
.
YG
.
getCode
());
tdJpStation
.
setIsDelete
(
jpStation
.
getIsDelete
()?
1
:
0
);
tdJpStation
.
setStationName
(
jpStation
.
getName
());
if
(!
ObjectUtils
.
isEmpty
(
tdJpStation
.
getCreatedTime
()))
{
tdJpStationMapper
.
insert
(
tdJpStation
);
}
else
{
...
...
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