md
This commit is contained in:
parent
9b44f3113e
commit
c36f5da223
@ -1008,8 +1008,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"收件地址不在服务区域");
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 寄件网点判断,若果没有寄件网点则使用南京分拨中心
|
||||
if(!StringUtils.isEmpty(emisWaybillSave.getSendSiteCode())) {
|
||||
emisWaybillSave.setSendSiteCode("25000");
|
||||
@ -1140,7 +1138,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
// 获取客户电话号码后4位
|
||||
if(simpleName.length()>4){
|
||||
simpleName=simpleName.substring(0,4);
|
||||
simpleName=simpleName.substring(simpleName.length()-4);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1414,7 +1412,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
emisWaybillSave.setOrderDate(emisWaybillSave.getSendDate());
|
||||
}
|
||||
|
||||
// 订单类型为正式单
|
||||
// 订单类型为正式单,系统开单
|
||||
if(isNew) {
|
||||
emisWaybillSave.setOrderType("1");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user