yzt-20250304-问题清单序号543-接口报错

ht
yangzt 2 months ago
parent a3d2fe7c82
commit 0f3627a093

@ -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方法第二参数必须指定源默认使用流程源单体客户无需修改微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源

Loading…
Cancel
Save