md
This commit is contained in:
parent
37aef2a80d
commit
76fd13e3cd
@ -291,6 +291,11 @@ public class EmisSettleInvoiceChRecordServiceImpl implements IEmisSettleInvoiceC
|
||||
|
||||
EmisSettleInvoiceChRecord itemRecord=emisSettleInvoiceChRecordMapper.selectEmisSettleInvoiceChRecordByReqNo(reqNo);
|
||||
|
||||
if(StringUtils.isEmpty(itemRecord.getSalerCompanyTaxNo())){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
EmisBaseInvoiceChInfo emisBaseInvoiceChInfo = emisBaseInvoiceChInfoMapper.selectEmisBaseInvoiceChInfoByTaxNo(itemRecord.getSalerCompanyTaxNo());
|
||||
|
||||
String token = HXSdk.getToken(emisBaseInvoiceChInfo.getAppKey(), emisBaseInvoiceChInfo.getAppSecret());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user