Commit 9c481ad2cfc5536f18e52e5ca3c360e87da3a5d4

Authored by liquanyu
1 parent 29299877d5

产筛导出添加年龄字段

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java View file @ 9c481ad
... ... @@ -52,8 +52,8 @@
52 52 */
53 53 public BaseObjectResponse queryRiskReportCount(RiskPatientsQueryRequest riskPatientsQueryRequest,Integer userId) {
54 54  
55   - String hospitalId = "242";
56   -// hospitalId = autoMatchFacade.getHospitalId(userId);
  55 +// String hospitalId = "242";
  56 + String hospitalId = autoMatchFacade.getHospitalId(userId);
57 57 PatientsQuery patientsQuery = new PatientsQuery();
58 58 patientsQuery.setYn(YnEnums.YES.getId());
59 59