Stringsql="select b.* from " +tablename+" a," +tablename+"_dt3 b where a.id=b.mainid and a.requestid=" +requestid;
Stringsql="select b.* from e10_core_business.dbo." +tablename+" a,e10_core_business.dbo." +tablename+"_dt3 b where a.form_data_id=b.form_data_id and a.id=" +requestid;
// TODO E10执行sql方法第二参数必须指定源,默认使用流程源,单体客户无需修改,微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源
@ -215,7 +216,7 @@ public class OaSrmVendorSyncAction extends BaseBean implements Action, EsbServer
// 当前明细表的所有数据,按行存储
Row[]sq=dtq.getRow();
intdtcount=0;
Stringsql="select distinct wlh from " +tablename+" a," +tablename+"_dt2 b where a.id=b.mainid and a.requestid=" +requestid;
Stringsql="select distinct wlh from e10_core_business.dbo." +tablename+" a,e10_core_business.dbo." +tablename+"_dt2 b where a.form_data_id=b.form_data_id and a.id =" +requestid;
logger_41a64316.info("sql-->"+sql);
Stringpoolname_wk=CONN_TYPE.workflow.getType();
// TODO E10执行sql方法第二参数必须指定源,默认使用流程源,单体客户无需修改,微服务/组合客户需根据查询表所属服务切换源,或使用外部数据源
@ -307,7 +308,9 @@ public class OaSrmVendorSyncAction extends BaseBean implements Action, EsbServer
paramInfo.setResourceType(resourceType);
param.setInputTab(paramInfo);
// OaSrmVenMatExtService service = new OaSrmVenMatExtService();