Commit 54fc9e1ed4fcd5ff8dff461ff16e3f2b5bb01c91
1 parent
e695220f
fix:获取视频列表接口 organizationId未传的情况下返回null
Showing
1 changed file
with
2 additions
and
0 deletions
... | ... | @@ -188,6 +188,8 @@ public class TkVideoServiceImpl extends AbstractBaseService<TkVideoMapper, TkVid |
188 | 188 | }else{ |
189 | 189 | organizationIds.add(organizationId); |
190 | 190 | } |
191 | + }else{ | |
192 | + return null; | |
191 | 193 | } |
192 | 194 | return baseMapper.getVideoInfosByOrganizationIds(tenantId,organizationIds); |
193 | 195 | } | ... | ... |