Skip to content

Commit

Permalink
Update backfill date to 2018
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-459
  • Loading branch information
jamesobrooks committed Dec 26, 2024
1 parent 88bc8b0 commit 1d9dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/adapters/gateways/acms/acms.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AcmsGatewayImpl extends AbstractMssqlClient implements AcmsGateway
SELECT ((CASE_DIV * 10000000) + (CASE_YEAR * 100000) + CASE_NUMBER) AS leadCaseId
FROM [dbo].[CMMDB]
WHERE CASE_DIV = @divisionCode
AND (CLOSED_BY_COURT_DATE > 19800101 OR CLOSED_BY_UST_DATE > 19800101 OR (CLOSED_BY_COURT_DATE = 0 and CLOSED_BY_UST_DATE = 0))
AND (CLOSED_BY_COURT_DATE > 20180101 OR CLOSED_BY_UST_DATE > 20180101 OR (CLOSED_BY_COURT_DATE = 0 and CLOSED_BY_UST_DATE = 0))
AND CONSOLIDATED_CASE_NUMBER = 0
AND CONSOLIDATION_TYPE != ' '`;

Expand Down

0 comments on commit 1d9dc8d

Please sign in to comment.