|
@@ -115,6 +115,8 @@ public class IotHomeServiceImpl implements IIotHomeService {
|
|
|
item.setDevStatus(deviceInfo.getDevStatus());
|
|
item.setDevStatus(deviceInfo.getDevStatus());
|
|
|
item.setDevCode(deviceInfo.getDevCode());
|
|
item.setDevCode(deviceInfo.getDevCode());
|
|
|
item.setDevName(deviceInfo.getDevName());
|
|
item.setDevName(deviceInfo.getDevName());
|
|
|
|
|
+ item.setDevLngalign(BigDecimalUtil.toString(deviceInfo.getDevLngalign()));
|
|
|
|
|
+ item.setDevLatalign(BigDecimalUtil.toString(deviceInfo.getDevLatalign()));
|
|
|
resultList.add(item);
|
|
resultList.add(item);
|
|
|
}
|
|
}
|
|
|
return resultList;
|
|
return resultList;
|