Commit f86d0e7e authored by wujiang's avatar wujiang

提交邮箱

parent 7081f5d2
...@@ -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; //邮箱
......
...@@ -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());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment