|
|
@@ -57,7 +57,7 @@ public class ProfilerOffsetPush {
|
|
|
profilerOffsetPush.setReport_date(DateUtil.format(DateTime.now(),"yyyy-MM-dd"));
|
|
|
profilerOffsetPush.setMeasurement_time(push.getDate());
|
|
|
profilerOffsetPush.setMeasurement_person(push.getUserName());
|
|
|
- profilerOffsetPush.setPile_number(null);
|
|
|
+ profilerOffsetPush.setPile_number(push.getMileageNumber());
|
|
|
profilerOffsetPush.setX_offset(push.getX0());
|
|
|
profilerOffsetPush.setY_offset(push.getZ0());
|
|
|
profilerOffsetPush.setInstrument_height(push.getDeviceHeight());
|