-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
When I execute the query and fetch the result, it should give me a list with size of 5
String sql = "Select * from ReimburseCharge Where HasBeenInvoiced = false";
QueryResult queryResult = this.service.executeQuery(sql);
But I got an empty list, as
queryResult.getEntities().size()
is 0
queryResult.getTotalCount()
is 5
My environment:
ipp-v3-java-data: 6.1.0
ipp-v3-java-devkit: 6.1.0
oauth2-platform-api: 6.1.0
Java SE 14.0.2
Windows 10
I have also tried to fetch the ReimburseCharge in PHP SDK, and Postman, and they all worked.
Metadata
Metadata
Assignees
Labels
No labels