demand: 组树规则重构,虚拟单增加香港-缅甸快递逻辑。

committer: heyu
This commit is contained in:
aike 2025-06-25 18:35:43 +08:00
parent cbbeab9d44
commit 578d5d67c3

View File

@ -4859,14 +4859,14 @@ public class EmisBaseService {
)) {
return;
}
if ("078".equals(emisWaybillSave.getTransLineType())) {
return;
}
// 做问题件录入
scanProblemInfo(emisWaybillSave,emisWaybillOld);
}
public void scanProblemInfo(EmisWaybill emisWaybillSave, EmisWaybill emisWaybillOld) {
if ("078".equals(emisWaybillSave.getTransLineType())) {
return;
}
String dispatchOrSendManCode = "";
if ("1".equals(emisWaybillSave.getPickupMethod())) {
dispatchOrSendManCode = emisWaybillSave.getOperateEmployeeCode();