|
|
|
@@ -57,6 +57,19 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
@Autowired |
|
|
|
WxMerchantBUserMapper wxMerchantBUserMapper; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
WxTemplateMsgMapper wxTemplateMsgMapper; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
WxCouponMapper wxCouponMapper; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
WxMerchantMapper wxMerchantMapper; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
WxCUserMapper wxCUserMapper; |
|
|
|
|
|
|
|
|
|
|
|
JSONObject errorRefundReqMap = JSON.parseObject("{\n" + |
|
|
|
" \"SYSTEMERROR\": {\n" + |
|
|
|
" \"detail\": \"接口返回错误\",\n" + |
|
|
|
@@ -403,6 +416,8 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
wxRefundOrderP.setRefund_desc("B端商户退款"); |
|
|
|
} else if (refundWay == EnumRefundWay.ADMIN) { |
|
|
|
wxRefundOrderP.setRefund_desc("管理端商户退款"); |
|
|
|
} else if (refundWay == EnumRefundWay.AUTO) { |
|
|
|
wxRefundOrderP.setRefund_desc("超期自动退款"); |
|
|
|
} else { |
|
|
|
wxRefundOrderP.setRefund_desc("用户自己退款"); |
|
|
|
} |
|
|
|
@@ -694,12 +709,5 @@ public class WxRefundOrderServiceImpl implements WxRefundOrderService { |
|
|
|
public void deleteById(Long id) { |
|
|
|
wxRefundOrderMapper.deleteByPrimaryKey(id); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |