|
|
|
@@ -205,7 +205,8 @@ public class CouponOrderExpiringSchedule { |
|
|
|
wxPayOrder.setPayOrderStatus(EnumPayStatus.PAY_STATUS_SUCCESS.getCode()); |
|
|
|
wxPayOrder = wxPayOrderMapper.selectOne(new QueryWrapper(wxPayOrder)); |
|
|
|
|
|
|
|
if (wxPayOrder != null) { |
|
|
|
//todo EnumPayShare.YES.getCode().equals(wxPayOrder.getShare()) 临时判断只有分账的才去分账 |
|
|
|
if (wxPayOrder != null && EnumPayShare.YES.getCode().equals(wxPayOrder.getShare())) { |
|
|
|
WxSharingOrderDto wxSharingOrderDto = new WxSharingOrderDto(); |
|
|
|
wxSharingOrderDto.setCUserId(wxPayOrder.getCUserId()); |
|
|
|
wxSharingOrderDto.setMerchantId(0L); |
|
|
|
|