记得上下班打卡 | git大法好,push需谨慎

Commit 2a8c4d9a authored by 胡佳晨's avatar 胡佳晨

舞台 添加 英文名

parent caa77296
...@@ -71,7 +71,11 @@ public class RedisArDataUtils { ...@@ -71,7 +71,11 @@ public class RedisArDataUtils {
artist.setResourceUrl(urlList); artist.setResourceUrl(urlList);
} }
for (SweetManualArtistStageListArDto stage : stageList) { for (SweetManualArtistStageListArDto stage : stageList) {
stage.setEnTitle(""); try {
stage.setEnTitle(stage.getTitle().split("&&")[1]);
}catch (Exception e){
stage.setEnTitle("");
}
List<SweetManualArtistListArDto> artistListArList = new ArrayList<>(); List<SweetManualArtistListArDto> artistListArList = new ArrayList<>();
for (SweetManualArtistListArDto artist : artistList) { for (SweetManualArtistListArDto artist : artistList) {
if (artist.getPerformanceStart().contains(time) && stage.getStageId().equals(artist.getStageId())) { if (artist.getPerformanceStart().contains(time) && stage.getStageId().equals(artist.getStageId())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment