全电开票接口维护

beta-enc
dongxiaoke 2 years ago
parent 115be8c6d1
commit 5534bbfadc
  1. 5
      jianshui-invoice-all/src/main/java/com/jianshui/invoiceall/service/impl/InvoiceAllImpl.java

@ -452,8 +452,9 @@ public class InvoiceAllImpl implements IInvoiceAll {
// 保存日志
InvoiceAllApiLog allApiLog = new InvoiceAllApiLog();
allApiLog.setUrl(WebServiceConstant.LZFPKJ);
allApiLog.setSendMsg("");
allApiLog.setResultMsg("");
// 记录请求报文
allApiLog.setSendMsg(invoiceAllAddDTO.toString());
allApiLog.setResultMsg(result.toString());
allApiLog.setCompany(companyservice.getSellertax());
allApiLog.setIdentityId(companyservice.getIdentity());
allApiLog.setRequestId(requestId);

Loading…
Cancel
Save