소스 검색

去除没有使用的方法

宋悦 8 년 전
부모
커밋
38c038ce9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exam-work-domain/src/main/java/cn/com/qmth/examcloud/service/examwork/dao/ExamRepo.java

+ 1 - 1
exam-work-domain/src/main/java/cn/com/qmth/examcloud/service/examwork/dao/ExamRepo.java

@@ -11,7 +11,7 @@ public interface ExamRepo extends JpaRepository<Exam, Long>,QueryByExampleExecut
 
 	List<Exam> findByOrgId(Long orgId);
 
-	void deleteByIdIn(List<Long> ids);
+//	void deleteByIdIn(List<Long> ids);
 
 	List<Exam> findByIdIn(List<Long> ids);