|
|
@@ -62,8 +62,8 @@ public class UasEisApplicationTests {
|
|
|
}
|
|
|
@Test
|
|
|
public void contextSaxLoads() {
|
|
|
- List<DataChipTestLog> dataChipTestLogs = baseDao.getJdbcTemplate().query("select wafer_id,lot_id,status,data_path,counter_path,dbid_ from (select wafer_id,lot_id,status,data_path,counter_path,dbid_ from " +
|
|
|
- " DATACENTER$MESFILE WHERE wafer_id='BZ250913699#15' ORDER BY DBID_ ASC ) where " +
|
|
|
+ List<DataChipTestLog> dataChipTestLogs = baseDao.getJdbcTemplate().query("select wafer_id,lot_id,status,data_path,counter_path,dbid_ from (select wafer_id,SUBSTR(WAFER_ID,0, INSTR(WAFER_ID, '#') -1) lot_id,status,data_path,counter_path,dbid_ from " +
|
|
|
+ " DATACENTER$MESFILE WHERE wafer_id='AP250302734#11' ORDER BY DBID_ ASC ) where " +
|
|
|
" rownum<=100", new BeanPropertyRowMapper<>(DataChipTestLog.class));
|
|
|
List<String> distinctLotIds = dataChipTestLogs.stream().map(DataChipTestLog::getLot_id).distinct()
|
|
|
.collect(Collectors.toList());
|