server/services/src/main/java/com/doumee/service/business/impl/GoodsorderServiceImpl.java
@@ -514,6 +514,8 @@ refundDTO.setReason(reason); refundDTO.setType(Constants.REFUND_TYPE.BACK.getKey()); Refund refund = wxMiniUtilService.wxRefund(refundDTO); }else { throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"退款金额不允许超过"+canBalance); } }