Merge pull request 'develop' (#167) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/167
This commit is contained in:
commit
4f32b4ac97
@ -166,7 +166,7 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
||||
sendAddress.setAddressType("1");
|
||||
sendAddress.setEnterpriseName(emisWaybillSave.getEnterpriseName());
|
||||
sendAddress.setEnterpriseTaxId(emisWaybillSave.getEnterpriseTaxId());
|
||||
checkAdress(sendAddress);
|
||||
// checkAdress(sendAddress);
|
||||
|
||||
// 插入数据
|
||||
emisWaybillAjustApply.setApplyDate(new Date());
|
||||
|
||||
@ -2628,7 +2628,8 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
}
|
||||
|
||||
// 保存客户收件、寄件地址,开单不要关联客户地址数据
|
||||
createCustomerAddressNew(sendAddress);
|
||||
// createCustomerAddressNew(sendAddress);
|
||||
createCustomerAddress(sendAddress);
|
||||
createCustomerAddress(recieveAddress);
|
||||
|
||||
emisWaybillSave.setCustomerCode(customerCode);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user