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

Commit 82f8080a authored by anjiabin's avatar anjiabin

提交chime社交相关

parent ee54787e
......@@ -28,6 +28,8 @@ public class PerformanceDto {
private String timeEnd;
@ApiModelProperty(value = "演出地点")
private String cityName;
@ApiModelProperty(value = "场地名称")
private String fieldName;
@ApiModelProperty(value = "在场人数")
private Integer joinUserCount;
@ApiModelProperty(value = "小头像")
......
......@@ -83,6 +83,7 @@ public class ChimeUserBiz {
dto.setTimeStart(performanceVo.getTimeStart());
dto.setTimeEnd(performanceVo.getTimeEnd());
dto.setCityName(performanceVo.getCityName());
dto.setFieldName(performanceVo.getFieldName());
//初始化
dto.setJoinUserCount(0);
if(StringUtil.isNotEmpty(joinUserCountDtoList)){
......
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