Updated query for hold lot report

This commit is contained in:
Daniel Wathen 2023-02-20 12:00:41 -07:00
parent c11de01602
commit 57ef8d8d25

View File

@ -608,6 +608,7 @@ public class ScrapeDatabaseRepository : IScrapeDatabaseRepository
" WHERE HOLD_STOP_DTM = '1/1/1900' " +
" AND HOLD_START_DTM > '1/1/2022' " +
" AND HOLD_ENTITY_ID = SEQ " +
" AND HOLD_ENTITY = 'RDS' " +
"ORDER BY HOLD_START_DTM ASC";
cmd.CommandText = query;