|
@@ -9,17 +9,13 @@ import com.fdkankan.redis.constant.RedisKey;
|
|
|
import com.fdkankan.redis.util.RedisUtil;
|
|
|
import com.fdkankan.ucenter.common.Result;
|
|
|
import com.fdkankan.ucenter.common.constants.ConstantFilePath;
|
|
|
-import com.fdkankan.ucenter.entity.ScenePlus;
|
|
|
-import com.fdkankan.ucenter.entity.ScenePlusExt;
|
|
|
-import com.fdkankan.ucenter.entity.ScenePro;
|
|
|
-import com.fdkankan.ucenter.entity.User;
|
|
|
+import com.fdkankan.ucenter.entity.*;
|
|
|
import com.fdkankan.ucenter.service.*;
|
|
|
+import com.fdkankan.ucenter.vo.response.LaserSceneInfoVo;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.ObjectUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
-import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
import java.io.File;
|
|
|
import java.util.Objects;
|
|
@@ -46,6 +42,10 @@ public class InnerServiceImpl implements IInnerService {
|
|
|
private IUserService userService;
|
|
|
@Autowired
|
|
|
private RedisUtil redisUtil;
|
|
|
+ @Autowired
|
|
|
+ private ISceneEditInfoService sceneEditInfoService;
|
|
|
+ @Autowired
|
|
|
+ private ISceneProEditService sceneProEditService;
|
|
|
|
|
|
@Autowired
|
|
|
private FYunFileServiceInterface fYunFileService;
|