Commit 1f9d533a authored by 刘林's avatar 刘林

fix(jg):西安电梯历史数据导入接口添加错误记录

parent 8d74cd06
...@@ -621,7 +621,7 @@ public class XiAnDataDockServiceImpl { ...@@ -621,7 +621,7 @@ public class XiAnDataDockServiceImpl {
} }
return dataList; return dataList;
} catch (Exception e) { } catch (Exception e) {
throw new BadRequest(e.getMessage()); throw new BadRequest(e.getCause().getMessage());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment