|
@@ -275,7 +275,7 @@ public class LiveRoomServiceImpl extends ServiceImpl<LiveRoomDao, LiveRoom> impl
|
|
|
String liveRemark = WrapperUtil.toStr(param, "liveRemark", "直播间描述不能为空!");
|
|
|
Integer liveTime = WrapperUtil.toInt(param, "liveTime", "请选择直播时长!");
|
|
|
if (roomTitle.length() > 12) {
|
|
|
- throw new BizException("房间标题不能超出12个字");
|
|
|
+ throw new BizException("房间标题不能超出20个字");
|
|
|
}
|
|
|
Date liveStartTime = new Date();
|
|
|
Date liveEndTime = DateUtil.addMinutes(liveStartTime, liveTime);
|