|
|
|
@@ -1881,6 +1881,8 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
if (StringUtils.isNotBlank(tenantEntity.getParentTenantId())) { |
|
|
|
params.put("parentTenantId", tenantEntity.getParentTenantId()); |
|
|
|
} |
|
|
|
params.put("order_status", "1"); |
|
|
|
|
|
|
|
String thirtyTime = DateUtils.getTimeBefore(29, new Date()); |
|
|
|
params.put("startdate", thirtyTime + " 00:00:00"); |
|
|
|
params.put("enddate", systemTime + " 23:59:59"); |
|
|
|
|