作者 朱兆平

update:更新区港调拨规则和区内流转三宝接口通知规则

... ... @@ -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 {
... ...
... ... @@ -231,7 +231,7 @@ class G2X21NoticeWithTrue extends Script implements ChannelCheckScript{
return HAIGUAN_MQ_TEMPLATE.replace("#{CopMsgId}",copMsgId)
.replace("#{CreatTime}",creatTime)
.replace("#{MsgType}","QNLZ")
.replace("#{MsgType}","QGDB")
.replace("#{Data}",base64EncodeToString);
}
... ...