|
@@ -121,12 +121,6 @@ public class SceneEditServiceImpl implements ISceneEditService {
|
|
|
sceneAuthVO.setInclude(new ArrayList<>());
|
|
|
sceneAuthVO.setCompany(null);
|
|
|
|
|
|
- //判断本地资源是否已本删除,如果已删除,前端根据字段值为true提示用户不能使用某些功能,需要重算
|
|
|
- Date algorithmTime = scenePlusExt.getAlgorithmTime() == null ? scenePlus.getCreateTime() : scenePlusExt.getAlgorithmTime();
|
|
|
- if (!ObjectUtils.isEmpty(expiredMonth) && com.fdkankan.common.util.DateUtil.delay(algorithmTime, expiredMonth, Calendar.MONTH).before(new Date())) {
|
|
|
- sceneAuthVO.setSourceExpired(true);
|
|
|
- }
|
|
|
-
|
|
|
sceneAuthVO.setIsExpired(false);
|
|
|
sceneAuthVO.setIsVip(true);
|
|
|
|