demand: 漏组批次相关需求
committer: heyu
This commit is contained in:
parent
7685ad79d0
commit
f4a65c9d18
@ -1086,7 +1086,7 @@ public class EmisTmsSiteBatchMissServiceImpl extends EmisBaseService implements
|
||||
boolean isSpecialTransLine = "004".equals(waybill.getTransLineType()) &&
|
||||
("24401".equals(waybill.getProductType()) || "24402".equals(waybill.getProductType()));
|
||||
boolean isSpecialCustomsClear = "2".equals(waybill.getCustomsClear()) && "2".equals(waybill.getTransType());
|
||||
if ((isSpecialTransLine || isSpecialCustomsClear) && !hasNextSite) {
|
||||
if ((isSpecialTransLine || isSpecialCustomsClear) && !hasNextSite && currentRules.get(0).getStartSiteName().contains("机场")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user