|
@@ -498,7 +498,7 @@ public class MaterialReportOverViewServiceImpl implements IMaterialReportOverVie
|
|
|
if (roleCode.equals("admin")) {
|
|
|
return null;
|
|
|
}
|
|
|
- return queryProjectIdBy(recursiveQuerySubordinate(currentUser), mediaId);
|
|
|
+ return Check.isNull(queryProjectIdBy(recursiveQuerySubordinate(currentUser), mediaId)) ? null : queryProjectIdBy(recursiveQuerySubordinate(currentUser), mediaId);
|
|
|
}
|
|
|
private List<String> getfileIds(Map<String, Map<String, Object>> kuaishouVideoReportMap, JSONArray columns) {
|
|
|
List<String> titles = new ArrayList<>();
|