Commit 49860dd3d6f7f6b9c27b3ce68b78b9ac92743d8f
1 parent
ca8bffbba8
Exists in
master
and in
8 other branches
报表
Showing 1 changed file with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java
View file @
49860dd
... | ... | @@ -7,6 +7,7 @@ |
7 | 7 | import com.lyms.platform.common.enums.SexEnum; |
8 | 8 | import com.lyms.platform.common.enums.WyTypeEnums; |
9 | 9 | import com.lyms.platform.common.enums.YnEnums; |
10 | +import com.lyms.platform.common.result.BaseListResponse; | |
10 | 11 | import com.lyms.platform.common.result.BaseObjectResponse; |
11 | 12 | import com.lyms.platform.common.result.BaseResponse; |
12 | 13 | import com.lyms.platform.common.utils.DateUtil; |
... | ... | @@ -52,7 +53,7 @@ |
52 | 53 | * 查询高危统计,该统计的高危是已经有孕妇有此高危 |
53 | 54 | * @return |
54 | 55 | */ |
55 | - public BaseObjectResponse queryRiskReportCount(RiskPatientsQueryRequest riskPatientsQueryRequest,Integer userId) { | |
56 | + public BaseListResponse queryRiskReportCount(RiskPatientsQueryRequest riskPatientsQueryRequest,Integer userId) { | |
56 | 57 | |
57 | 58 | // String hospitalId = "242"; |
58 | 59 | String hospitalId = autoMatchFacade.getHospitalId(userId); |
... | ... | @@ -139,7 +140,7 @@ |
139 | 140 | } |
140 | 141 | } |
141 | 142 | |
142 | - return new BaseObjectResponse() | |
143 | + return new BaseListResponse() | |
143 | 144 | .setErrormsg("成功").setErrorcode(ErrorCodeConstants.SUCCESS).setData(results); |
144 | 145 | } |
145 | 146 | // |