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