demand: 先关闭税号逻辑

committer: heyu
This commit is contained in:
aike 2025-08-26 17:56:33 +08:00
parent 53212cc8b4
commit b4cfe386cf
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);