From ca0dc31a4795b468709dcf82c18841765e7a1ac3 Mon Sep 17 00:00:00 2001 From: luoyang Date: Wed, 30 Oct 2019 11:07:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=20app=E6=97=B6=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../manage/appclient/core/impls/RetailAppServiceImp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5da78d153..89035674f 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 { date_query.setBegin(re_date); date_query.setEnd(re_date); if (timezone != null && !timezone.isEmpty()) { - query.setTimezone(timezone); + date_query.setTimezone(timezone); } // date_query.setStatus(OrderStatus.ALL); if (params.containsKey("client_ids")) {