|
@@ -181,13 +181,13 @@ public class AMedicalRecordFacade extends MedicalRecordServiceImpl {
|
|
|
|
|
|
aMedicalRecordContentFacade.executeMrRecordContent(s.getContents());
|
|
|
//日间病历修改质控类型为0 不参与质控
|
|
|
- if(s.getRecTitle().contains("日间入出院记录")||s.getRecTitle().contains("24小时入出院记录")||s.getRecTitle().contains("日间病历")){
|
|
|
+ /*if(s.getRecTitle().contains("日间入出院记录")||s.getRecTitle().contains("24小时入出院记录")||s.getRecTitle().contains("日间病历")){
|
|
|
UpdateWrapper<BehospitalInfo> wrapper = new UpdateWrapper<>();
|
|
|
wrapper.eq("behospital_code",s.getBehospitalCode())
|
|
|
.eq("is_deleted","N")
|
|
|
.set("qc_type_id",0);
|
|
|
behospitalInfoService.update(wrapper);
|
|
|
- }
|
|
|
+ }*/
|
|
|
});
|
|
|
//评分后返回结构体
|
|
|
if (aMrContentVO.getRecords().get(0).getRecTypeId().equals("BASY")) {
|