demand: 客户管理-月结客户-新增批量导入企业名称、企业税号接口
committer: heyu
This commit is contained in:
parent
2c035c479b
commit
30f947750e
@ -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(" ");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user