demand: 客户管理-月结客户-新增批量导入企业名称、企业税号接口

committer: heyu
This commit is contained in:
aike 2025-08-28 11:51:20 +08:00
parent 2c035c479b
commit 30f947750e

View File

@ -2496,7 +2496,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if(isNew) {
emisWaybillSave.setOrderDate(emisWaybillSave.getSendDate());
}
if (!"0086".equals(emisWaybillSave.getSendCounty())) {
if (!"0086".equals(emisWaybillSave.getSendCountry())) {
emisWaybillSave.setEnterpriseName(" ");
emisWaybillSave.setEnterpriseTaxId(" ");
}