1、倾角的设备ID加_qj
This commit is contained in:
parent
e14d2882fc
commit
209c992734
@ -68,12 +68,12 @@ public class GXXfzForwarder extends Forwarder{
|
||||
// 经纬度
|
||||
data.setDevLng(locationRecord.getR9250e());
|
||||
data.setDevLat(locationRecord.getR9250n());
|
||||
/*
|
||||
|
||||
//倾角
|
||||
XFZData.Data data2 = new XFZData.Data();
|
||||
dataList.add(data2);
|
||||
data2.setDataTime(locationRecord.getCreatetime().format(formatter));
|
||||
data2.setDevNum(locationRecord.getDeviceid());
|
||||
data2.setDevNum(locationRecord.getDeviceid()+"_qj");
|
||||
data2.setDevtype("InclinoMeter");
|
||||
// 角度
|
||||
data2.setX(NumberUtils.scale(locationRecord.getAuxe(), 3));
|
||||
@ -82,7 +82,7 @@ public class GXXfzForwarder extends Forwarder{
|
||||
// 经纬度
|
||||
data2.setDevLng(locationRecord.getR9250e());
|
||||
data2.setDevLat(locationRecord.getR9250n());
|
||||
*/
|
||||
|
||||
// 发送
|
||||
batchNum++;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user