Commit 7085463e8b45eb8e9ab14525cbf98236f4797c9c
1 parent
f1f687f1
迁移到 24
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/com/bsth/server_ws/park_station/CompanyServiceSoap.java
| ... | ... | @@ -98,7 +98,7 @@ public class CompanyServiceSoap implements CompanyService { |
| 98 | 98 | logger.info("从调度系统获取到数据 size: " + list.size()); |
| 99 | 99 | }catch (Exception e){ |
| 100 | 100 | //访问调度系统异常,尝试从数据库获取 |
| 101 | - | |
| 101 | + logger.error("", e); | |
| 102 | 102 | } |
| 103 | 103 | result.value = WSDataConver.to_getCurrentDayPlan(list); |
| 104 | 104 | } |
| ... | ... | @@ -108,6 +108,7 @@ public class CompanyServiceSoap implements CompanyService { |
| 108 | 108 | } |
| 109 | 109 | }catch(Exception e){ |
| 110 | 110 | fError.value = e.getMessage(); |
| 111 | + logger.error("", e); | |
| 111 | 112 | } |
| 112 | 113 | return false; |
| 113 | 114 | } | ... | ... |