|
@@ -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())
|