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

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

舞台英文名 小程序过滤英文名

parent 0e04ae93
......@@ -81,6 +81,11 @@ public class RedisArDataUtils {
List<SweetManualArtistListArDto> artistListArList = new ArrayList<>();
for (SweetManualArtistListArDto artist : artistList) {
if (artist.getPerformanceStart().contains(time) && stage.getStageId().equals(artist.getStageId())) {
try {
artist.setTitle(artist.getTitle().split("&")[0]);
}catch (Exception e){
}
artistListArList.add(artist);
}
}
......
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