修复bug

This commit is contained in:
pan.wl.2
2024-11-14 15:05:18 +08:00
parent a37ef07f90
commit 5818ee82ae
2 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ public class FinanceRefundServiceImpl implements IFinanceRefundService {
vo.setRefundStatusText(RefundEnum.getRefundStatusMsg(vo.getRefundStatus()));
vo.setRefundWayText(PaymentEnum.getPayWayMsg(vo.getRefundWay()));
vo.setCreateTime(TimeUtils.timestampToDate(vo.getCreateTime()));
vo.setAvatar(UrlUtils.toAbsoluteUrl(vo.getAvatar()));
vo.setAvatar(UrlUtils.toAdminAbsoluteUrl(vo.getAvatar()));
}
Map<String, Object> extend = new LinkedHashMap<>();