|
|
@ -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")) {
|
|
|
|