|
@@ -48,6 +48,8 @@ public class ConfigurationUpload {
|
|
|
|
|
|
private Integer port;
|
|
private Integer port;
|
|
|
|
|
|
|
|
+ private final Integer type = 99;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* token
|
|
* token
|
|
*/
|
|
*/
|
|
@@ -148,7 +150,7 @@ public class ConfigurationUpload {
|
|
uploadEntity.setEquipmentNo(equipmentNo);
|
|
uploadEntity.setEquipmentNo(equipmentNo);
|
|
uploadEntity.setIpAddress(ipAddress);
|
|
uploadEntity.setIpAddress(ipAddress);
|
|
uploadEntity.setPort(port);
|
|
uploadEntity.setPort(port);
|
|
- uploadEntity.setType(99);
|
|
|
|
|
|
+ uploadEntity.setType(type);
|
|
uploadEntity.setCreateTime(new Date());
|
|
uploadEntity.setCreateTime(new Date());
|
|
uploadEntity.setData(configurationDataList);
|
|
uploadEntity.setData(configurationDataList);
|
|
|
|
|