审批意见改成审批通过

2024年8月28日11:57:40
This commit is contained in:
xiang2lin 2024-08-28 11:57:46 +08:00
parent 1a99b6b4f4
commit 0d7be1c3ac
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ private IFormmain0044Service formmain0044Service;
param.put("billType","paybill");
param.put("userCode","yonyou02");
param.put("ckeckResult","Y");
param.put("ckeckNote","测试审批");
param.put("ckeckNote","审批通过");
String s = executeEsb(param.toString(), "8000350060","800035");
System.out.println("调用U8C付款单审批返回参数"+s);
logger.info("调用U8C付款单审批返回参数:{}",s);