|
|
|
@ -84,7 +84,7 @@ public class OperateMesAccountAction extends BaseBean implements Action, EsbServ
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
String sta = "";
|
|
|
|
|
String getStatus = "select status from e10_core_business.dbo." + tablename + " where id=" + requestId;
|
|
|
|
|
String getStatus = "select id,status from e10_core_business.dbo." + tablename + " where id=" + requestId;
|
|
|
|
|
logger_4057422d.error("getStatus" + getStatus);
|
|
|
|
|
String poolname_me = CONN_TYPE.workflow.getType();
|
|
|
|
|
// TODO E10执行sql方法第二参数必须指定源,默认使用流程源,单体客户无需修改,微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源
|
|
|
|
|