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:
commit
f0070f7a8e
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user