Commit bacbaaebf5796097ea37418da994fc79112354ff

Authored by qiaoyuewang
1 parent a68d835443
Exists in dev

4:导出数据时,手机号不加密

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ bacbaae
... ... @@ -2572,7 +2572,7 @@
2572 2572 Map <String, String> cnames = new LinkedHashMap <>();
2573 2573 if (patientsQueryRequest.getQueryType() != null) {
2574 2574 // 0 高危孕妇 1 全部孕妇 2全部产妇 3产后孕妇统计导出
2575   - if (patientsQueryRequest.getQueryType() == 0 || patientsQueryRequest.getQueryType() == 4) {
  2575 + if (patientsQueryRequest.getQueryType() == 0) {
2576 2576 String hospital = autoMatchFacade.getHospitalId(userId);
2577 2577 listResponse = (BaseListResponse) queryHighRisk(patientsQueryRequest, Boolean.TRUE, 1, userId, null, Boolean.FALSE);
2578 2578 List list = listResponse.getData();