|
|
@ -745,6 +745,13 @@ public class CashRefundController { |
|
|
cashRecordDTO.getRefundCurrency(), languageCode); |
|
|
cashRecordDTO.getRefundCurrency(), languageCode); |
|
|
cashRecordDTO.setRefundCurrency(chineseCurrency); |
|
|
cashRecordDTO.setRefundCurrency(chineseCurrency); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 转换退款途径 |
|
|
|
|
|
if (cashRecordDTO.getRefundChannels() != null && !cashRecordDTO.getRefundChannels().isEmpty()) { |
|
|
|
|
|
String chineseChannels = translationService.findChineseSimplifiedByTranslation( |
|
|
|
|
|
cashRecordDTO.getRefundChannels(), languageCode); |
|
|
|
|
|
cashRecordDTO.setRefundChannels(chineseChannels); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|