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:
heyu 2025-08-26 17:59:20 +08:00
commit 4f32b4ac97
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -2628,7 +2628,8 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
// 保存客户收件、寄件地址,开单不要关联客户地址数据
createCustomerAddressNew(sendAddress);
// createCustomerAddressNew(sendAddress);
createCustomerAddress(sendAddress);
createCustomerAddress(recieveAddress);
emisWaybillSave.setCustomerCode(customerCode);