Commit a3385d2f4bf4ee785668c64b04c89c41f6f00c51
1 parent
76d6c63f
更新运管处基础数据,加入错误日志
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/bsth/service/traffic/impl/YgcBasicDataServiceImpl.java
| @@ -81,6 +81,7 @@ public class YgcBasicDataServiceImpl implements YgcBasicDataService{ | @@ -81,6 +81,7 @@ public class YgcBasicDataServiceImpl implements YgcBasicDataService{ | ||
| 81 | flag = "success"; | 81 | flag = "success"; |
| 82 | }catch (Exception e){ | 82 | }catch (Exception e){ |
| 83 | e.printStackTrace(); | 83 | e.printStackTrace(); |
| 84 | + logger.error("updateYgcBasicData:",e); | ||
| 84 | } | 85 | } |
| 85 | finally { | 86 | finally { |
| 86 | // 删除文件 | 87 | // 删除文件 |