|
|
@ -163,7 +163,8 @@ public class DeviceMessageHandler { |
|
|
|
return; |
|
|
|
} |
|
|
|
DcDevice dcDevice = dcDevices.get(UniversalEnum.ZERO.getNumber()); |
|
|
|
String direction = dcDevice.getDirection(); |
|
|
|
// String direction = dcDevice.getDirection();
|
|
|
|
String direction = jsonObject.getString("laneNo"); |
|
|
|
String stakeMark = dcDevice.getStakeMark(); |
|
|
|
Date happenTime = jsonObject.getDate("happenTime"); |
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat(UniversalEnum.CHINESE_CHARACTER_TIME_FORMAT.getValue()); |
|
|
|