Commit 7cf34218 by gechengyang

完善Acdopn本地测试程序

parent d7974868
......@@ -183,9 +183,11 @@ public class Acdopn extends AbstractTransaction{
yymap.put("openaccRegion",bk);//新增
//Object resMsg = MdaUtils.invoke("com.brilliance.eibs.main.Client","scall","w414","w414",new Object[]{yymap});
//测试用 这里如果没有传入code 或者exeTaskResult,后台会报异常,但是前端 respCode仍然是AAAAAA
Object resMsg = new ResultMsg();
Map retMap=new HashMap();
retMap.put("code","000000");
retMap.put("exeTaskResult","1");
ResultMsg retMsg= (ResultMsg) resMsg;
retMsg.setContent(retMap);
resMsg=retMsg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment