|
|
|
@@ -512,7 +512,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService { |
|
|
|
logger.info(">>>>>>>>>>>>>>>>>>>>>> query merchant :"+(times2-times1)); |
|
|
|
WxCoupon couponQ = new WxCoupon(); |
|
|
|
couponQ.updateTenantInfo(tenantEntity); |
|
|
|
List<WxCoupon> couponList = wxCouponMapper.findList(couponQ); |
|
|
|
List<WxCoupon> couponList = wxCouponMapper.findSimpleList(couponQ); |
|
|
|
Map<Long,WxCoupon> couponMap = new HashMap<Long,WxCoupon>(); |
|
|
|
if (null != couponList) { |
|
|
|
couponList.parallelStream().forEach(c -> { |
|
|
|
|