|
@ -11,6 +11,6 @@ import java.util.List;
|
|
|
*/
|
|
|
public interface PatientArchivesInfoDao extends PagingAndSortingRepository<PatientArchivesInfo, String>,
|
|
|
JpaSpecificationExecutor<PatientArchivesInfo> {
|
|
|
List<PatientArchivesInfo> findByCodeOrderByLevel1(String code);
|
|
|
// int deleteByArchivesCode(String archivesCode);
|
|
|
List<PatientArchivesInfo> findByArchivesCodeOrderByLevel1(String archivesCode);
|
|
|
int deleteByArchivesCode(String archivesCode);
|
|
|
}
|