|
|
@ -105,7 +105,7 @@ public class HandlerService { |
|
|
|
try { |
|
|
|
xlsParse = ExcelUtils.parse(new File(xlsDir), dataRow, fromMap); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
log.error("解析异常:",e); |
|
|
|
Map result = new HashMap(32); |
|
|
|
result.put("status", 2); |
|
|
|
result.put("results", ""); |
|
|
|