Commit 24e5d13e4837ba9af197b3f288db2122e0a47062

Authored by 张宗朋
1 parent 95ed1b02

video

src/main/java/com/cnlive/mz/live/action/VideoAction.java
... ... @@ -107,7 +107,7 @@ public class VideoAction {
107 107 tLive.setDescription(description);
108 108 tLive.setStart_time(new Date());
109 109 tLive.setUser_uuid(params.getString("name"));
110   - tLive.setRelation_id(Integer.parseInt(relation_id));
  110 + tLive.setRelation_id(relation_id);
111 111 tLive.setCustom_args(custom_args);
112 112 uuid = tLive.getUuid();
113 113 if (StringUtils.isEmpty(direct)) {
... ...