改为查询epc和泳道图
This commit is contained in:
parent
b9ca541124
commit
994db05838
Binary file not shown.
@ -23,7 +23,7 @@ public class batchUpdateSort implements IJob {
|
||||
public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException {
|
||||
PALRepository dao = new PALRepository();
|
||||
Connection open = DBSql.open();
|
||||
List<RowMap> rowMaps=DBSql.getMaps("SELECT ID,PLNAME FROM APP_ACT_COE_PAL_REPOSITORY");
|
||||
List<RowMap> rowMaps=DBSql.getMaps("SELECT ID,PLNAME FROM APP_ACT_COE_PAL_REPOSITORY where PLMETHODID='process.epc' or PLMETHODID='process.flowchart'");
|
||||
int b = 0;
|
||||
for(int i=0;i<rowMaps.size();i++){
|
||||
String plid=rowMaps.get(i).getString("ID");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user