|
|
|
@@ -100,7 +100,7 @@ public class OrderSnapshotServiceImpl implements OrderSnapshotService { |
|
|
|
m->m.getMerchantStatus().equals(EnumMerchantStatus.VALID.getCode())) |
|
|
|
.collect(Collectors.toList()); |
|
|
|
} |
|
|
|
snapshot.setMerchasntList(JSON.toJSONString(merchantList)); |
|
|
|
snapshot.setMerchantList(JSON.toJSONString(merchantList)); |
|
|
|
if(EnumCouponType.COUPON_GIFT.getCode().equals(wxCoupon.getType())){ |
|
|
|
WxCoupon coupon = new WxCoupon(); |
|
|
|
coupon.updateTenantInfo(wxCoupon); |
|
|
|
|