|
|
@@ -341,7 +341,8 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
|
|
|
|
|
List<JSONObject> merchantParamList = JSONObject.parseArray(record.getMerchantParams(), JSONObject.class); |
|
|
List<JSONObject> merchantParamList = JSONObject.parseArray(record.getMerchantParams(), JSONObject.class); |
|
|
//有价券判断商户是否配置了分账账号 |
|
|
//有价券判断商户是否配置了分账账号 |
|
|
if (record.getSalePrice() != null && record.getSalePrice() > 0) { |
|
|
|
|
|
|
|
|
if (!EnumCouponType.COUPON_GIFT.getCode().equals(record.getType()) |
|
|
|
|
|
&& record.getSalePrice() != null && record.getSalePrice() > 0) { |
|
|
boolean share = false; |
|
|
boolean share = false; |
|
|
WxPayAccount payQ = new WxPayAccount(); |
|
|
WxPayAccount payQ = new WxPayAccount(); |
|
|
payQ.updateTenantInfo(record); |
|
|
payQ.updateTenantInfo(record); |
|
|
|