海外平台-数据全英文化

This commit is contained in:
2025-09-29 11:35:58 +08:00
parent 66e49673df
commit 6fb36de2c3
4 changed files with 9 additions and 2 deletions

View File

@ -733,6 +733,9 @@ public class OpenStationServiceImpl implements OpenStationService {
String segmentType = req.getSegmentType();
String name = "";
String summary = DefineConstant.SUMMARY;
if(RedisKeyConstant.User.EN_US.equals(req.getLang())){
summary = DefineConstant.SUMMARY_EN;
}
if(CommonConstant.SEGMENT.equals(segmentType)){
List<EarningsCalculateData> resultList = new ArrayList<>();
BigDecimal chargeTip = BigDecimal.ZERO;