|
|
|
@@ -2792,6 +2792,9 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<MarkingCouponDataReportVo> couponDataMap(TenantEntity tenantEntity,Date startTime,Date endTime) { |
|
|
|
if(StringUtils.isBlank(tenantEntity.getTenantId())){ |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
List<String> dateList = new ArrayList<String>(); |
|
|
|
|
|
|
|
|