|
|
|
@ -75,10 +75,10 @@ public class ZOA_FICO_ANLA_CHECK implements Action, EsbServerlessRpcRemoteInterf
|
|
|
|
|
logger_fed97889.error(String.valueOf("ZOA_FICO_ANLA_CHECK接收gsdm:" + gsdm));
|
|
|
|
|
try {
|
|
|
|
|
jcofunction.execute(destination);
|
|
|
|
|
// String stat = jcofunction.getExportParameterList().getValue("E_ISTAT").toString();
|
|
|
|
|
// String msg = jcofunction.getExportParameterList().getValue("E_MESSAGE").toString();
|
|
|
|
|
String stat = "S";
|
|
|
|
|
String msg = "执行成功";
|
|
|
|
|
String stat = jcofunction.getExportParameterList().getValue("E_ISTAT").toString();
|
|
|
|
|
String msg = jcofunction.getExportParameterList().getValue("E_MESSAGE").toString();
|
|
|
|
|
// String stat = "S";
|
|
|
|
|
// String msg = "执行成功";
|
|
|
|
|
map.put("estatus", stat);
|
|
|
|
|
map.put("emessage", msg);
|
|
|
|
|
if ("S".equals(stat)) {
|
|
|
|
|