|
|
@ -93,7 +93,7 @@ public class OcrFileInfoTestDaoImpl extends BaseDaoImpl<OcrFileInfoTestMapper, O
|
|
|
|
query.eq(OcrFileInfoTest::getPatientId, patientId);
|
|
|
|
query.eq(OcrFileInfoTest::getPatientId, patientId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//默认createTime倒序排序
|
|
|
|
//默认createTime倒序排序
|
|
|
|
query.orderByDesc(OcrFileInfoTest::getCreateTime);
|
|
|
|
query.orderByAsc(OcrFileInfoTest::getPicName);
|
|
|
|
List<OcrFileInfoTest> list = super.find(query);
|
|
|
|
List<OcrFileInfoTest> list = super.find(query);
|
|
|
|
return new PageResult<>(list);
|
|
|
|
return new PageResult<>(list);
|
|
|
|
}
|
|
|
|
}
|
|
|
|