海外平台-数据全英文化
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user