add 广告位屏蔽同行业 1.2.47

master
luoyang 5 years ago
parent f228d3acc3
commit ef764cc2f8

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.2.46</version> <version>1.2.47</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

@ -956,7 +956,7 @@ public class RetailAppServiceImp implements RetailAppService {
dateQuery.setBegin(reDate); dateQuery.setBegin(reDate);
dateQuery.setEnd(reDate); dateQuery.setEnd(reDate);
if (timezone != null && !timezone.isEmpty()) { if (timezone != null && !timezone.isEmpty()) {
query.setTimezone(timezone); dateQuery.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