Skip to content

Commit

Permalink
fixed column filtering being added. upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Nov 30, 2023
1 parent 617c4b1 commit 6485bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.milmove.trdmlambda</groupId>
<artifactId>trdm-lambda</artifactId>
<version>0.4.2.1</version>
<version>0.4.2.2</version>
<name>trdm java spring interface</name>
<description>Project for deploying a Java RESTful interface for SOAP requests to TRDM.</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ private GetTableResponse createSoapRequest(GetTableRequest request)

// Create the trdm columns filters class so we can add our column filter to it
ReturnTableInput.TRDM.ColumnFilters columnFilters = new ReturnTableInput.TRDM.ColumnFilters();
columnFilters.getColumnFilter().add(isOnOrAfterColumnFilter);
columnFilters.getColumnFilter().add(isOnOrBeforeColumnFilter);

// Set the columnFilters object to the trdm object
Expand Down

0 comments on commit 6485bad

Please sign in to comment.