Merge pull request 'demand: 组树规则重构,虚拟单增加香港-缅甸快递逻辑。' (#72) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/72
This commit is contained in:
heyu 2025-06-25 18:37:26 +08:00
commit f0070f7a8e

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();