|
|
|
@ -172,7 +172,7 @@ public class UniversitiesCollegesJurisdictionCurriculumResourcesService extends
|
|
|
|
|
* ResourcesCourseInfoAuthDetailsVO 里面,判断了orgId 是否是超管
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@Cacheable(value = "cache:core:getResourcesCourseInfoAuthDetails", key="#orgId", cacheManager="cacheManager1Hour")
|
|
|
|
|
// @Cacheable(value = "cache:core:getResourcesCourseInfoAuthDetails", key="#orgId", cacheManager="cacheManager1Hour")
|
|
|
|
|
public ResourcesCourseInfoAuthDetailsVO getResourcesCourseInfoAuthDetails(Long orgId) {
|
|
|
|
|
// 超管
|
|
|
|
|
if (orgId == 1) {
|
|
|
|
|