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
f86d0e7e
Commit
f86d0e7e
authored
Sep 22, 2023
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交邮箱
parent
7081f5d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
JpStation.java
...m/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
+1
-1
TdHygfJpInverterWarnServiceImpl.java
...ygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/entity/JpStation.java
View file @
f86d0e7e
...
@@ -202,7 +202,7 @@ public class JpStation extends BaseEntity {
...
@@ -202,7 +202,7 @@ public class JpStation extends BaseEntity {
@TableField
(
"email"
)
@TableField
(
"email"
)
private
Double
email
;
//邮箱
private
String
email
;
//邮箱
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
View file @
f86d0e7e
...
@@ -77,7 +77,7 @@ public class TdHygfJpInverterWarnServiceImpl
...
@@ -77,7 +77,7 @@ public class TdHygfJpInverterWarnServiceImpl
tdHygfJpInverterWarnDto
.
setStationContact
(
jpStation
.
getStationContact
());
tdHygfJpInverterWarnDto
.
setStationContact
(
jpStation
.
getStationContact
());
tdHygfJpInverterWarnDto
.
setUserName
(
jpStation
.
getUserName
());
tdHygfJpInverterWarnDto
.
setUserName
(
jpStation
.
getUserName
());
tdHygfJpInverterWarnDto
.
setUserPhone
(
jpStation
.
getUserPhone
());
tdHygfJpInverterWarnDto
.
setUserPhone
(
jpStation
.
getUserPhone
());
tdHygfJpInverterWarnDto
.
setEmail
(
null
);
tdHygfJpInverterWarnDto
.
setEmail
(
jpStation
.
getEmail
()
);
tdHygfJpInverterWarnDto
.
setAddress
(
jpStation
.
getAddress
());
tdHygfJpInverterWarnDto
.
setAddress
(
jpStation
.
getAddress
());
}
}
...
...
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