Browse Source

Merge branch 'dev/20220105_2.2.0_通用版_申诉驳回' into test

zhanghang 3 years ago
parent
commit
a9a34b711f

+ 0 - 5
src/main/java/com/diagbot/facade/MedAppealExamineInfoManagementFacade.java

@@ -68,11 +68,6 @@ public class MedAppealExamineInfoManagementFacade extends MedAppealExamineInfoSe
         qcresultVO.setHospitalId(approvedVo.getHospitalId());
         QcResultAlgVO qcResultAlgVO = approvedVo.getQcResultAlgVO();
         Long modeId = approvedVo.getModeId();
-        Long casesEntryId = approvedVo.getQcResultAlgVO().getCasesEntryId();
-        if (casesEntryId != null) {
-            QcresultDetail qcresultDetail = getQcresultDetail(approvedVo);
-            approvedVo.setQcresultDetailId(qcresultDetail.getId());
-        }
         if (modeId != null) {
             QcCasesEntry qcCasesEntry = qcCasesEntryFacade.getOne(new QueryWrapper<QcCasesEntry>()
                     .eq("is_deleted", IsDeleteEnum.N.getKey())