Commit 98552ea49a0dfc736f72e872e2e4f6eb9f59ee99
1 parent
7a8c7a0652
Exists in
master
and in
6 other branches
修复bug
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AreaCountController.java
View file @
98552ea
| ... | ... | @@ -306,7 +306,7 @@ |
| 306 | 306 | |
| 307 | 307 | |
| 308 | 308 | /** |
| 309 | - * 增值服务统计detailList 导出 | |
| 309 | + * 健康管理统计detailList 导出 | |
| 310 | 310 | * |
| 311 | 311 | * @param param |
| 312 | 312 | */ |
| ... | ... | @@ -319,7 +319,7 @@ |
| 319 | 319 | try { |
| 320 | 320 | areaCountFacade.healthManagerDetailExport(param, response); |
| 321 | 321 | }catch (Exception e){ |
| 322 | - logger.error("增值服务统计导出失败", e); | |
| 322 | + logger.error("健康管理统计导出失败", e); | |
| 323 | 323 | } |
| 324 | 324 | } |
| 325 | 325 |