|
@@ -62,6 +62,9 @@ public class TianXiGPServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
|
MDC.put(MDC_DEVICEID, deviceId);
|
|
|
packageData.setDeviceId(deviceId);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
final MsgHeader header = packageData.getMsgHeader();
|
|
|
if (Constants.MSG_TERMINAL_LOCATION_INFO_UPLOAD == header.getMsgId()) {
|
|
|
sendMsg2Kafka(byteMerger(dataByteArray, DateUtil.formatDate2String(new Date()).getBytes()), packageData.getDeviceId(), channel);
|