Commit 96b37e914d3506b9fb89e5a5760c4f741b6cfa1b
1 parent
4777b804
迁移到 24
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/com/bsth/server_ws/park_station/CompanyServiceSoap.java
| @@ -81,7 +81,7 @@ public class CompanyServiceSoap implements CompanyService { | @@ -81,7 +81,7 @@ public class CompanyServiceSoap implements CompanyService { | ||
| 81 | result.value = WebServiceProxy.mergerJccData(result.value, oldArray, companyId); | 81 | result.value = WebServiceProxy.mergerJccData(result.value, oldArray, companyId); |
| 82 | } | 82 | } |
| 83 | 83 | ||
| 84 | - return false; | 84 | + return true; |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | @Override | 87 | @Override |
src/main/resources/application.properties
| @@ -15,4 +15,4 @@ server.compression.enabled=true | @@ -15,4 +15,4 @@ server.compression.enabled=true | ||
| 15 | server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,text/javascript,text/css,application/javascript | 15 | server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,text/javascript,text/css,application/javascript |
| 16 | 16 | ||
| 17 | #redis »º´æ¶àÉÙÌìµÄÊý¾Ý | 17 | #redis »º´æ¶àÉÙÌìµÄÊý¾Ý |
| 18 | -cache.days=30 | 18 | +cache.days=10 |