From ef764cc2f8eafb0007ed1730fc04fc4277383941 Mon Sep 17 00:00:00 2001 From: luoyang Date: Wed, 30 Oct 2019 11:11:16 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=B9=BF=E5=91=8A=E4=BD=8D=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E5=90=8C=E8=A1=8C=E4=B8=9A=201.2.47?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../manage/appclient/core/impls/RetailAppServiceImp.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")) {