|
|
|
@@ -433,8 +433,8 @@ public class WxCUserTagsServiceImpl implements WxCUserTagsService { |
|
|
|
subBusiness.setBusinessId(EnumBusiness.BUSINESS_ID1.getCode()); |
|
|
|
List<WxSubBusiness> list = wxSubBusinessMapper.findList(subBusiness); |
|
|
|
|
|
|
|
List<Map<String, Object>> cardSpendCountList = wxCardSpendMapper.getCountByBusinessId(wxCardSpend); |
|
|
|
List<Map<String, Object>> cardOrderCountList = wxCouponOrderMapper.getCountByBusinessId(wxCouponOrder); |
|
|
|
List<Map<String, Object>> cardSpendCountList = wxCardSpendMapper.getCountByBusinessIdAndSubId(wxCardSpend); |
|
|
|
List<Map<String, Object>> cardOrderCountList = wxCouponOrderMapper.getCountByBusinessIdAndSubId(wxCouponOrder); |
|
|
|
|
|
|
|
list.stream().forEach(sb->{ |
|
|
|
int count = 0; |
|
|
|
|