Merge pull request 'demand: 鲁泰系统对接始发网点为空导致不能面单打印问题bug修复' (#125) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/125
This commit is contained in:
commit
c6bf8c5ee2
@ -2620,6 +2620,9 @@ public class EmisBaseService {
|
||||
order.put("kdgs", "TANEX");
|
||||
|
||||
// 获取始发网点
|
||||
if (StringUtils.isBlank(waybill.getStartSiteCode())) {
|
||||
waybill.setStartSiteCode(waybill.getSendSiteCode());
|
||||
}
|
||||
EmisSite startSite = getSiteByCode(waybill.getStartSiteCode());
|
||||
|
||||
// 计算三段码 目的网点2字码+目的地名称
|
||||
|
||||
Loading…
Reference in New Issue
Block a user