Commit 6e6dd378 authored by 许润龙's avatar 许润龙

修改:活动视频、直播数据详情数据接口

parent 06a1bac3
...@@ -37,8 +37,10 @@ public class BaseUtils { ...@@ -37,8 +37,10 @@ public class BaseUtils {
} }
seriesCode.append(code).append(","); seriesCode.append(code).append(",");
} }
if (seriesCode.length() > 0) {
activityVO.setSeriesCode(seriesCode.substring(0, seriesCode.length() - 1)); activityVO.setSeriesCode(seriesCode.substring(0, seriesCode.length() - 1));
} }
}
awemeVO.setActivityList(activityVOList); awemeVO.setActivityList(activityVOList);
} }
} }
......
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