|
|
@@ -372,7 +372,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
return new ResultData(ErrorCode.PAY_ORDER_IS_NOT_PAYMENT); |
|
|
return new ResultData(ErrorCode.PAY_ORDER_IS_NOT_PAYMENT); |
|
|
} |
|
|
} |
|
|
WxPayAccount payAccount = wxPayAccountMapper.selectByPrimaryKey(appInfo.getPayId()); |
|
|
WxPayAccount payAccount = wxPayAccountMapper.selectByPrimaryKey(appInfo.getPayId()); |
|
|
if (payAccount.isShare()) { |
|
|
|
|
|
|
|
|
if (payAccount.getShare().intValue() > 0) { |
|
|
isShare = EnumPayShare.YES; |
|
|
isShare = EnumPayShare.YES; |
|
|
} |
|
|
} |
|
|
// 1.5 check 分账 receive |
|
|
// 1.5 check 分账 receive |
|
|
|