fix app时区

master
luoyang 5 years ago
parent 89091ae461
commit ca0dc31a47

@ -956,7 +956,7 @@ public class RetailAppServiceImp implements RetailAppService {
date_query.setBegin(re_date); date_query.setBegin(re_date);
date_query.setEnd(re_date); date_query.setEnd(re_date);
if (timezone != null && !timezone.isEmpty()) { if (timezone != null && !timezone.isEmpty()) {
query.setTimezone(timezone); date_query.setTimezone(timezone);
} }
// date_query.setStatus(OrderStatus.ALL); // date_query.setStatus(OrderStatus.ALL);
if (params.containsKey("client_ids")) { if (params.containsKey("client_ids")) {

Loading…
Cancel
Save