修改字段名称
This commit is contained in:
@@ -36,7 +36,7 @@ public class SupervisionTempDeviceReportParam {
|
|||||||
* 0 关联系统内变电站;1用户手动输入变电站
|
* 0 关联系统内变电站;1用户手动输入变电站
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = " 0 关联系统内变电站;1用户手动输入变电站")
|
@ApiModelProperty(value = " 0 关联系统内变电站;1用户手动输入变电站")
|
||||||
private Integer customSubstaionflag;
|
private Integer customSubstationFlag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 所属变电站
|
* 所属变电站
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ public class SupervisionTempDeviceReport {
|
|||||||
/**
|
/**
|
||||||
* 0 关联系统内变电站;1用户手动输入变电站
|
* 0 关联系统内变电站;1用户手动输入变电站
|
||||||
*/
|
*/
|
||||||
@TableField(value = "custom_substaion_flag")
|
@TableField(value = "custom_substation_flag")
|
||||||
private Integer customSubstaionflag;
|
private Integer customSubstationFlag;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ public class SupervisionTempLineDebugPOServiceImpl extends ServiceImpl<Supervisi
|
|||||||
SyncTerminalParam syncTerminalParam = new SyncTerminalParam();
|
SyncTerminalParam syncTerminalParam = new SyncTerminalParam();
|
||||||
//用于绑定监测点部门
|
//用于绑定监测点部门
|
||||||
syncTerminalParam.setDeptId(tempDevice.getPowerCompany());
|
syncTerminalParam.setDeptId(tempDevice.getPowerCompany());
|
||||||
if(tempDevice.getCustomSubstaionflag()==0){
|
if(tempDevice.getCustomSubstationFlag()==0){
|
||||||
List<Line> data = lineFeignClient.getBaseLineList(Stream.of(tempDevice.getSubstation()).collect(Collectors.toList())).getData();
|
List<Line> data = lineFeignClient.getBaseLineList(Stream.of(tempDevice.getSubstation()).collect(Collectors.toList())).getData();
|
||||||
String pids = data.get(0).getPids();
|
String pids = data.get(0).getPids();
|
||||||
String[] idsArray = pids.split(",");
|
String[] idsArray = pids.split(",");
|
||||||
|
|||||||
Reference in New Issue
Block a user