|
|
|
@@ -169,7 +169,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
return new ResultData(ErrorCode.PAY_ORDER_IS_NOT_PAYMENT); |
|
|
|
} |
|
|
|
WxPayAccount payAccount = wxPayAccountMapper.selectById(appInfo.getPayId()); |
|
|
|
if (payAccount.getShare().intValue() > 0) { |
|
|
|
if (payAccount.checkShare()) { |
|
|
|
isShare = EnumPayShare.YES; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -433,7 +433,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
return new ResultData(ErrorCode.PAY_ORDER_IS_NOT_PAYMENT); |
|
|
|
} |
|
|
|
WxPayAccount payAccount = wxPayAccountMapper.selectById(appInfo.getPayId()); |
|
|
|
if (payAccount.getShare().intValue() > 0) { |
|
|
|
if (payAccount.checkShare()) { |
|
|
|
isShare = EnumPayShare.YES; |
|
|
|
} |
|
|
|
|
|
|
|
|