提交 5ecf5dd6 authored 作者: 艾庆国's avatar 艾庆国

承运与无车承运对接

上级 55a96b0e
......@@ -145,7 +145,7 @@ public class SettlementJob {
if (StringUtils.isNotBlank(jobParam)) {
childNoList = JSON.parseArray(jobParam, String.class);
}
if (childNoList == null && childNoList.isEmpty()) {
if (childNoList == null || childNoList.isEmpty()) {
return;
}
......@@ -173,7 +173,7 @@ public class SettlementJob {
if (StringUtils.isNotBlank(jobParam)) {
childNoList = JSON.parseArray(jobParam, String.class);
}
if (childNoList == null && childNoList.isEmpty()) {
if (childNoList == null || childNoList.isEmpty()) {
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论