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

Commit 03185611 authored by jiangxiulong's avatar jiangxiulong

增加字段enTitle

parent c62899df
......@@ -16,7 +16,7 @@ public class SweetManualArtistStageListArDto implements Serializable, Cloneable
@ApiModelProperty("舞台名称")
private String title;
@ApiModelProperty("舞台英文名称")
private String eTitle;
private String enTitle;
@ApiModelProperty("舞台ID")
private String stageId;
@ApiModelProperty("艺人数据")
......
......@@ -71,7 +71,7 @@ public class RedisArDataUtils {
artist.setResourceUrl(urlList);
}
for (SweetManualArtistStageListArDto stage : stageList) {
stage.setETitle("");
stage.setEnTitle("");
List<SweetManualArtistListArDto> artistListArList = new ArrayList<>();
for (SweetManualArtistListArDto artist : artistList) {
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