|
|
|
@@ -200,6 +200,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
list = wxCouponOrderMapper.findListOfOrderedByDate(dateMap); |
|
|
|
//logger.info("find " + list.size() + " coupon order from " + /startDate + " to " + new Date()); |
|
|
|
resultMap.put("amount", list.stream().mapToInt(p->p.getCouponPrice()).sum()); |
|
|
|
resultMap.put("orderCount", list.size()); |
|
|
|
} else { |
|
|
|
if (isVerified) |
|
|
|
resultMap.put("list", PageHelper.startPage(pageIndex, pageSize).doSelectPageInfo(() -> wxCouponOrderMapper.findListOfVerifiedByDateForBUser(dateMap))); |
|
|
|
|