diff --git a/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar b/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar index 409a028b..95b1b1e1 100644 Binary files a/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar and b/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar differ diff --git a/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/job/batchUpdateSort.java b/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/job/batchUpdateSort.java index 2665906d..45d3066a 100644 --- a/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/job/batchUpdateSort.java +++ b/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/job/batchUpdateSort.java @@ -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 rowMaps=DBSql.getMaps("SELECT ID,PLNAME FROM APP_ACT_COE_PAL_REPOSITORY"); + List 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