|
@@ -604,7 +604,6 @@ public class ResponsibilityIndicatorInfoServiceImpl extends ServiceImpl<Responsi
|
|
public boolean importExcel(MultipartFile file, HttpServletRequest request) throws Exception {
|
|
public boolean importExcel(MultipartFile file, HttpServletRequest request) throws Exception {
|
|
List<LinkedHashMap<String, Object>> dataList = new ArrayList<>();
|
|
List<LinkedHashMap<String, Object>> dataList = new ArrayList<>();
|
|
|
|
|
|
-
|
|
|
|
try {
|
|
try {
|
|
//获取原始的文件名
|
|
//获取原始的文件名
|
|
String originalFilename = file.getOriginalFilename();
|
|
String originalFilename = file.getOriginalFilename();
|