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