|
@@ -15,7 +15,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.util.ObjectUtils;
|
|
import org.springframework.util.ObjectUtils;
|
|
-import org.springframework.web.client.RestTemplate;
|
|
|
|
|
|
|
|
import java.io.File;
|
|
import java.io.File;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
@@ -26,8 +25,6 @@ import java.util.Map;
|
|
@Slf4j
|
|
@Slf4j
|
|
public class IFdkkLaserServiceImpl implements IFdkkLaserService {
|
|
public class IFdkkLaserServiceImpl implements IFdkkLaserService {
|
|
|
|
|
|
- private RestTemplate restTemplate = new RestTemplate();
|
|
|
|
-
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private ISceneProService sceneProService;
|
|
private ISceneProService sceneProService;
|
|
|
|
|