开票申请单提交失败原因回写
This commit is contained in:
parent
ce1f150a2e
commit
43ab21749e
|
@ -256,6 +256,7 @@ public class InvoiceServiceImpl extends BaseService<InvoiceEntity, String> imple
|
||||||
logger.info("=======开始将开票结果回写OA======");
|
logger.info("=======开始将开票结果回写OA======");
|
||||||
String resultStatus = InvoiceState.invoiceStateGetValue(jsonResult.getString("resultStatus"));//开票结果
|
String resultStatus = InvoiceState.invoiceStateGetValue(jsonResult.getString("resultStatus"));//开票结果
|
||||||
entity.setResult_status(resultStatus);
|
entity.setResult_status(resultStatus);
|
||||||
|
entity.setFailure_reason(jsonResult.getString("resultMsg"));
|
||||||
entity.setId(entity.getSerial_number());
|
entity.setId(entity.getSerial_number());
|
||||||
invoiceDao.updateInvoiceResult(entity);
|
invoiceDao.updateInvoiceResult(entity);
|
||||||
logger.info("=======将开票结果回写OA完毕======");
|
logger.info("=======将开票结果回写OA完毕======");
|
||||||
|
|
Loading…
Reference in New Issue