Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Nov 20, 2024
1 parent fa40917 commit e12eb1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Future<String> buildAcqUnitsCqlClauseForFinanceData(RequestContext reques
"(%s and %s) or " + // Case 1: Both fund and budget have matching acqUnits
"(%s and %s) or " + // Case 2: Fund has matching acqUnit and budget is empty
"(%s and %s) or " + // Case 3: Fund is empty and budget has matching acqUnit
"(%s and %s))",
"(%s and %s))", // Case 4: Both fund and budget are empty
convertIdsToCqlQuery(ids, FD_FUND_ACQUISITIONS_UNIT_IDS, false),
convertIdsToCqlQuery(ids, FD_BUDGET_ACQUISITIONS_UNIT_IDS, false),
convertIdsToCqlQuery(ids, FD_FUND_ACQUISITIONS_UNIT_IDS, false),
Expand Down

0 comments on commit e12eb1c

Please sign in to comment.