Skip to content

Commit

Permalink
Added shipBeforeDate in orders query
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed May 17, 2024
1 parent d3e506e commit 3805dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/EligibleOrdersQuery.sql.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ from
OIS.FACILITY_ID AS facilityId,
OIS.SHIPMENT_METHOD_TYPE_ID as shipmentMethodTypeId,
OH.PRIORITY as priority,
OIS.SHIP_AFTER_DATE AS shipAfterDate,
OI.SHIP_AFTER_DATE AS shipAfterDate,
OI.SHIP_BEFORE_DATE AS shipBeforeDate,
OH.ORDER_DATE AS orderDate,
CSM.DELIVERY_DAYS AS deliveryDays
FROM
Expand Down

0 comments on commit 3805dd8

Please sign in to comment.