切换导航条
此项目
正在载入...
登录
wlxxpt
/
customAnalysis
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
朱兆平
5 years ago
提交
ac751121aa0c77fa1d2a1ed0f3fb5cee0abf66c2
1 个父辈
0fc399f8
解决放行回执分单回执解析成主单回执BUG
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
31 行增加
和
9 行删除
src/main/java/com/tianbo/analysis/handle/CustomXmlHandleThread.java
src/main/java/com/tianbo/analysis/handle/CustomXmlHandleThread.java
查看文件 @
ac75112
...
...
@@ -216,15 +216,37 @@ public class CustomXmlHandleThread implements Runnable{
switch
(
msgType
){
case
"MT9999"
:
ORIGINMANIFESTMASTER
originmanifestmaster
=
new
ORIGINMANIFESTMASTER
(
customReception
);
PREPAREMASTER
preparemaster
=
new
PREPAREMASTER
(
customReception
);
ARRIVEDMASTER
arrivedmaster9999
=
new
ARRIVEDMASTER
(
customReception
);
if
(
originmanifestmaster
.
masterAnalysisReception
()>
0
){
i
=
1
;
}
else
if
(
preparemaster
.
masterAnalysisReception
()>
0
){
i
=
1
;
}
else
{
i
=
arrivedmaster9999
.
masterAnalysisReception
();
if
(
customReception
.
getWayBillSecond
()!=
null
&&
customReception
.
getWayBillSecond
().
contains
(
secondSplit
)){
PREPARESECONDARY
preparesecondary
=
new
PREPARESECONDARY
(
customReception
);
int
pre_i
=
preparesecondary
.
secondAnalysisReception
();
if
(
pre_i
>
0
){
i
=
1
;
}
else
{
ARRIVEDSECONDARY
arrivedsecondary
=
new
ARRIVEDSECONDARY
(
customReception
);
int
arr_i
=
arrivedsecondary
.
secondAnalysisReception
();
if
(
arr_i
>
0
){
i
=
1
;
}
else
{
Originmanifestsecondary
originmanifestsecondary
=
new
Originmanifestsecondary
(
customReception
);
int
org_i
=
originmanifestsecondary
.
secondAnalysisReception
();
if
(
org_i
>
0
){
i
=
1
;
}
}
}
}
else
{
ORIGINMANIFESTMASTER
originmanifestmaster
=
new
ORIGINMANIFESTMASTER
(
customReception
);
PREPAREMASTER
preparemaster
=
new
PREPAREMASTER
(
customReception
);
ARRIVEDMASTER
arrivedmaster9999
=
new
ARRIVEDMASTER
(
customReception
);
if
(
originmanifestmaster
.
masterAnalysisReception
()>
0
){
i
=
1
;
}
else
if
(
preparemaster
.
masterAnalysisReception
()>
0
){
i
=
1
;
}
else
{
i
=
arrivedmaster9999
.
masterAnalysisReception
();
}
}
break
;
case
"MT3201"
:
...
...
请
注册
或
登录
后发表评论