东进付款单审核状态回传U8C,修改完主表后,休眠10秒执行审批操作
This commit is contained in:
parent
3e79fb0d3b
commit
512e45477d
|
@ -418,6 +418,7 @@ private IFormmain0044Service formmain0044Service;
|
||||||
updateyhzh.setDataSourceCode(u8cCode);
|
updateyhzh.setDataSourceCode(u8cCode);
|
||||||
updateyhzh.setBillCode(billCode);
|
updateyhzh.setBillCode(billCode);
|
||||||
payBillDao.updateYhzh(updateyhzh);
|
payBillDao.updateYhzh(updateyhzh);
|
||||||
|
Thread.sleep(10000);
|
||||||
}else {
|
}else {
|
||||||
logger.info("执行U8C付款单审批接口修改账号,未查询到账号");
|
logger.info("执行U8C付款单审批接口修改账号,未查询到账号");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue