Commit 7f03e4de063545307c964653cc44bfdefa7eab70
1 parent
da9254ad3a
Exists in
master
and in
6 other branches
孕检-暂时注释掉医生团队功能
Showing 1 changed file with 16 additions and 16 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
7f03e4d
| ... | ... | @@ -2504,11 +2504,11 @@ |
| 2504 | 2504 | //围场孕妇产检新加字段nt |
| 2505 | 2505 | map.put("wcNt",data.getWcNt()); |
| 2506 | 2506 | |
| 2507 | - map.put("teamName","");// | |
| 2508 | - if(null!=data.getTeamIdNew()){ | |
| 2509 | - TeamModel teamModel=this.mongoTemplate.findOne(new Query(Criteria.where("_id").is(data.getTeamIdNew())),TeamModel.class); | |
| 2510 | - map.put("teamName",teamModel.getTeamName()); | |
| 2511 | - } | |
| 2507 | +// map.put("teamName","");// | |
| 2508 | +// if(null!=data.getTeamIdNew()){ | |
| 2509 | +// TeamModel teamModel=this.mongoTemplate.findOne(new Query(Criteria.where("_id").is(data.getTeamIdNew())),TeamModel.class); | |
| 2510 | +// map.put("teamName",teamModel.getTeamName()); | |
| 2511 | +// } | |
| 2512 | 2512 | |
| 2513 | 2513 | |
| 2514 | 2514 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 2515 | 2515 | |
| ... | ... | @@ -3119,15 +3119,15 @@ |
| 3119 | 3119 | } |
| 3120 | 3120 | |
| 3121 | 3121 | //医生所在团队 |
| 3122 | - BaseObjectResponse tbase=teamService.getTeamByDocId(data.getCheckDoctor()); | |
| 3123 | - if(null!=tbase.getData()){ | |
| 3124 | - TeamModel tm=(TeamModel)(tbase.getData()); | |
| 3125 | - teamName=tm.getTeamName(); | |
| 3126 | - } | |
| 3122 | +// BaseObjectResponse tbase=teamService.getTeamByDocId(data.getCheckDoctor()); | |
| 3123 | +// if(null!=tbase.getData()){ | |
| 3124 | +// TeamModel tm=(TeamModel)(tbase.getData()); | |
| 3125 | +// teamName=tm.getTeamName(); | |
| 3126 | +// } | |
| 3127 | 3127 | } |
| 3128 | 3128 | map.put("checkDoctor", checkDoctor); |
| 3129 | 3129 | |
| 3130 | - map.put("team",teamName); | |
| 3130 | +// map.put("team",teamName); | |
| 3131 | 3131 | |
| 3132 | 3132 | String hospital = ""; |
| 3133 | 3133 | Organization organization = null; |
| ... | ... | @@ -3417,11 +3417,11 @@ |
| 3417 | 3417 | map.put("szy", szy); // 血压 |
| 3418 | 3418 | map.put("yn", data.getYn()); // |
| 3419 | 3419 | |
| 3420 | - map.put("teamName","");// | |
| 3421 | - if(null!=data.getTeamIdNew()){ | |
| 3422 | - TeamModel teamModel=this.mongoTemplate.findOne(new Query(Criteria.where("_id").is(data.getTeamIdNew())),TeamModel.class); | |
| 3423 | - map.put("teamName",teamModel.getTeamName()); | |
| 3424 | - } | |
| 3420 | +// map.put("teamName","");// | |
| 3421 | +// if(null!=data.getTeamIdNew()){ | |
| 3422 | +// TeamModel teamModel=this.mongoTemplate.findOne(new Query(Criteria.where("_id").is(data.getTeamIdNew())),TeamModel.class); | |
| 3423 | +// map.put("teamName",teamModel.getTeamName()); | |
| 3424 | +// } | |
| 3425 | 3425 | |
| 3426 | 3426 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
| 3427 | 3427 | br.setErrormsg("成功"); |