Commit 96695f2c authored by tianbo's avatar tianbo

获取阳光充装视频信息接口去掉无法连接时返回默认图片,改为前端组件实现

parent 87699619
......@@ -115,8 +115,6 @@ public class CylinderUnitVideoServiceImpl extends BaseService<CylinderUnitVideoD
logger.error(e.getMessage());
this.setDefaultVideoIfConnectFailed(channelNoList, result);
}
} else {
this.setDefaultVideoIfNoAccess(result,unitSeq);
}
return result;
}
......
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