|
@@ -15,16 +15,16 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
|
import feign.Response;
|
|
import feign.Response;
|
|
import lombok.SneakyThrows;
|
|
import lombok.SneakyThrows;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
-import org.apache.poi.util.IOUtils;
|
|
|
|
|
|
+/*import org.apache.poi.util.IOUtils;
|
|
import org.springframework.mock.web.MockMultipartFile;
|
|
import org.springframework.mock.web.MockMultipartFile;
|
|
-import org.springframework.stereotype.Service;
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
-
|
|
|
|
|
|
+import java.io.FileInputStream;
|
|
|
|
+import java.util.Date;*/
|
|
|
|
+import org.springframework.stereotype.Service;
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
import java.io.File;
|
|
import java.io.File;
|
|
-import java.io.FileInputStream;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
-import java.util.Date;
|
|
|
|
|
|
+
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
@@ -290,9 +290,9 @@ public class SceneAccidentService {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
|
+/* *//**
|
|
* 获取交通事故场景数据:
|
|
* 获取交通事故场景数据:
|
|
- */
|
|
|
|
|
|
+ *//*
|
|
@SneakyThrows
|
|
@SneakyThrows
|
|
public ResponseBodyVO<String> saveAll(SceneAccidentParam param) {
|
|
public ResponseBodyVO<String> saveAll(SceneAccidentParam param) {
|
|
//1 获取所有目录下所有场景
|
|
//1 获取所有目录下所有场景
|
|
@@ -379,5 +379,5 @@ public class SceneAccidentService {
|
|
}
|
|
}
|
|
return new ResponseBodyVO(ResponseBodyVO.Response.SUCCESS);
|
|
return new ResponseBodyVO(ResponseBodyVO.Response.SUCCESS);
|
|
|
|
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
}
|
|
}
|