Browse Source

order

release_toaliyun_real
xhxu 4 years ago
parent
commit
bb38d21b15
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java View File

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


Loading…
Cancel
Save