|
|
|
@@ -124,7 +124,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
wxCouponMerchantMapper.insertSelective(cm); |
|
|
|
}); |
|
|
|
if (businessList.stream().distinct().count() > 1) { |
|
|
|
record.setBusiness(EnumBusiness.BUSINESS_NULL.getCode()); |
|
|
|
record.setBusiness(EnumBusiness.BUSINESS_ID6.getCode()); |
|
|
|
} else { |
|
|
|
record.setBusiness(businessList.get(0)); |
|
|
|
} |
|
|
|
@@ -177,7 +177,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
}); |
|
|
|
|
|
|
|
if (businessList.stream().distinct().count() > 1) { |
|
|
|
record.setBusiness(EnumBusiness.BUSINESS_NULL.getCode()); |
|
|
|
record.setBusiness(EnumBusiness.BUSINESS_ID6.getCode()); |
|
|
|
} else { |
|
|
|
record.setBusiness(businessList.get(0)); |
|
|
|
} |
|
|
|
|