diff --git a/pom.xml b/pom.xml
index 37c725e90..4393976f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
4.0.0
manage
- 1.2.46
+ 1.2.47
UTF-8
diff --git a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java
index ec4f065be..9c005e555 100644
--- a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java
+++ b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailAppServiceImp.java
@@ -956,7 +956,7 @@ public class RetailAppServiceImp implements RetailAppService {
dateQuery.setBegin(reDate);
dateQuery.setEnd(reDate);
if (timezone != null && !timezone.isEmpty()) {
- query.setTimezone(timezone);
+ dateQuery.setTimezone(timezone);
}
// date_query.setStatus(OrderStatus.ALL);
if (params.containsKey("client_ids")) {