...
|
...
|
@@ -94,7 +94,7 @@ class G2X21NoticeToSamples extends Script implements ChannelCheckScript{ |
|
|
/**
|
|
|
* 写入本地验放通过信息
|
|
|
*/
|
|
|
enginCheckService.commandlog(info,true,"同步采集信息通知",executeParams);
|
|
|
enginCheckService.commandlog(info,true,"口岸放行,已转至特殊区域验放",executeParams);
|
|
|
|
|
|
if (info!=null){
|
|
|
//将X21报文转换成X81格式
|
...
|
...
|
@@ -186,6 +186,7 @@ class G2X21NoticeToSamples extends Script implements ChannelCheckScript{ |
|
|
log.info("[X21]-{}",x21XML);
|
|
|
|
|
|
sendWithSocket_x21(x21XML,"4612329012",channelG2,IE_TYPE)
|
|
|
log.info("[X21-同步]-success")
|
|
|
return x21XML;
|
|
|
|
|
|
}else {
|
...
|
...
|
|