|
|
|
@ -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); |
|
|
|
|