提交 f8d5c0dd authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 a795ec0f
...@@ -286,9 +286,6 @@ public class LiveServiceImpl extends BaseServiceImpl<Live, String> implements Li ...@@ -286,9 +286,6 @@ public class LiveServiceImpl extends BaseServiceImpl<Live, String> implements Li
live.setWhId(Integer.parseInt(data)); live.setWhId(Integer.parseInt(data));
mapper.updateByPrimaryKeySelective(live); mapper.updateByPrimaryKeySelective(live);
} }
if (file == null && image == null) {
return msg;
}
// 设置微吼直播封面 // 设置微吼直播封面
if (image != null) { if (image != null) {
String msg1 = upload(MicroRoarConfig.IMAGE_URL, roarReturn.getData(), image, "image"); String msg1 = upload(MicroRoarConfig.IMAGE_URL, roarReturn.getData(), image, "image");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论