|
@@ -152,11 +152,7 @@ public class SelfCarServiceLImpl implements SelfCarServiceL {
|
|
|
log.info("申请开票失败SelfCarServiceLImpl.applInvoice{},msg{}",invoiceApplVo,"客户未备案");
|
|
|
return new RespR(false,"客户未备案");
|
|
|
}
|
|
|
- CustomerCarRec customerCarRec = customerCarRecMapper.selectByETC(invoiceApplVo.getCardId());
|
|
|
- if(customerCarRec == null || customerCarRec.getRecStatus() != 1){
|
|
|
- log.info("申请开票失败SelfCarServiceLImpl.applInvoice{},msg{}",invoiceApplVo,"业务校验错误:该卡号不在该企业下绑定!\\n:803");
|
|
|
- return new RespR(false,"业务校验错误:该卡号不在该企业下绑定!\\n:803");
|
|
|
- }
|
|
|
+
|
|
|
B2BInvoiceApplyRequest b2BInvoiceApplyRequest = new B2BInvoiceApplyRequest();
|
|
|
b2BInvoiceApplyRequest.setCardId(invoiceApplVo.getCardId());
|
|
|
b2BInvoiceApplyRequest.setCompanyNum(customerRec.getCompanyNum());
|