|
|
@ -57,7 +57,8 @@ public class NewBuKaAction extends BaseBean implements Action, EsbServerlessRpcR
|
|
|
|
String creater = request.getCreatorid();
|
|
|
|
String creater = request.getCreatorid();
|
|
|
|
logger_eae3b780.error(String.valueOf("creater:" + creater));
|
|
|
|
logger_eae3b780.error(String.valueOf("creater:" + creater));
|
|
|
|
RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
|
|
|
|
RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
|
|
|
|
String createsqlString = "select id from eteams.dbo.employee as hrmresource where lastname ='" + creater + "'";
|
|
|
|
// String createsqlString = "select id from eteams.dbo.employee as hrmresource where lastname ='" + creater + "'";
|
|
|
|
|
|
|
|
String createsqlString = "select id from eteams.dbo.employee as hrmresource where id ='" + creater + "'";
|
|
|
|
String poolname = CONN_TYPE.workflow.getType();
|
|
|
|
String poolname = CONN_TYPE.workflow.getType();
|
|
|
|
// TODO E10执行sql方法第二参数必须指定源,默认使用流程源,单体客户无需修改,微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源
|
|
|
|
// TODO E10执行sql方法第二参数必须指定源,默认使用流程源,单体客户无需修改,微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源
|
|
|
|
boolean b = rs.executeSql(createsqlString, poolname);
|
|
|
|
boolean b = rs.executeSql(createsqlString, poolname);
|
|
|
|