|
@@ -293,7 +293,6 @@ public class MedAppealInfoManagementFacade {
|
|
|
.eq("hospital_id", addAppealInfoVO.getHospitalId())
|
|
|
.eq("behospital_code", addAppealInfoVO.getBehospitalCode())
|
|
|
.eq("cases_entry_id", addAppealInfoVO.getCasesEntryId())
|
|
|
- .eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.orderByDesc("gmt_create"));
|
|
|
if (ListUtil.isEmpty(qcresultDetails)) {
|
|
|
Asserts.fail("质控缺陷不存在");
|