|
|
@@ -113,7 +113,7 @@ public class WxRefundOrderController extends BaseController { |
|
|
if(cardSpend == null){ |
|
|
if(cardSpend == null){ |
|
|
return new ResultData(ErrorCode.ORDER_IS_NOT_FIND.getCode(),"付款订单未找到"); |
|
|
return new ResultData(ErrorCode.ORDER_IS_NOT_FIND.getCode(),"付款订单未找到"); |
|
|
} |
|
|
} |
|
|
map.put("refundOrder",refundOrder); |
|
|
|
|
|
|
|
|
map.put("cardSpend",cardSpend); |
|
|
WxMerchant merchant = wxMerchantService.getById(cardSpend.getMerchantId()); |
|
|
WxMerchant merchant = wxMerchantService.getById(cardSpend.getMerchantId()); |
|
|
map.put("merchant",merchant); |
|
|
map.put("merchant",merchant); |
|
|
|
|
|
|
|
|
|