Commit 568ea178 authored by 张辰's avatar 张辰

fix 直播不能转播 bug

parent cd3bac90
...@@ -784,7 +784,7 @@ public class ThemeManager { ...@@ -784,7 +784,7 @@ public class ThemeManager {
if (!notRelayResp.isSuccess()) { if (!notRelayResp.isSuccess()) {
throw new BizException("转播失败"); throw new BizException("转播失败");
} }
if (CollectionUtils.isEmpty(notRelayResp.getData())) { if (CollectionUtils.isNotEmpty(notRelayResp.getData())) {
throw new BizException("9999", "很抱歉!您需要购买或报名成功后才可以添加这个直播哦~"); throw new BizException("9999", "很抱歉!您需要购买或报名成功后才可以添加这个直播哦~");
} }
} }
......
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