改为查询epc和泳道图

This commit is contained in:
zhal 2022-11-02 20:32:24 +08:00
parent b9ca541124
commit 994db05838
2 changed files with 1 additions and 1 deletions

View File

@ -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");