推送失败后更新错误原因
This commit is contained in:
parent
754848514c
commit
a7dd659ac7
|
@ -1254,11 +1254,11 @@ public class InvoiceDistributePluginInitializer extends PluginBaseEntity {
|
|||
applyInvoice.setId(data_id);
|
||||
applyInvoice.setDataSourceCode("HT-OA");
|
||||
//暂时先不退回,还不稳定 等稳定了再说
|
||||
ApplyInvoiceEntity applyInvoiceEntity = applyInvoiceService.queryAffair(applyInvoice);
|
||||
if (null != applyInvoiceEntity){
|
||||
//ApplyInvoiceEntity applyInvoiceEntity = applyInvoiceService.queryAffair(applyInvoice);
|
||||
//if (null != applyInvoiceEntity){
|
||||
// String stepBack = applyInvoiceService.stepBackValueOf(applyInvoiceEntity.getWorkitem_id(), message);
|
||||
// applyInvoiceService.process(stepBack,"8000590006","ZZZH");
|
||||
}
|
||||
// }
|
||||
}
|
||||
logger.info("开票申请下发到有度成功,准备更新OA表单:{}",JSONObject.toJSONString(invoiceEntity));
|
||||
if (StrUtil.isNotEmpty(invoiceEntity.getId()) && StrUtil.isNotEmpty(invoiceEntity.getResult_status())){
|
||||
|
|
Loading…
Reference in New Issue