东进付款单审核状态回传U8C,修改完主表后,休眠10秒执行审批操作

This commit is contained in:
lvleigang 2025-03-03 18:03:03 +08:00
parent 3e79fb0d3b
commit 512e45477d
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ private IFormmain0044Service formmain0044Service;
updateyhzh.setDataSourceCode(u8cCode);
updateyhzh.setBillCode(billCode);
payBillDao.updateYhzh(updateyhzh);
Thread.sleep(10000);
}else {
logger.info("执行U8C付款单审批接口修改账号,未查询到账号");
}