Quellcode durchsuchen

去除没有使用的方法

宋悦 vor 8 Jahren
Ursprung
Commit
38c038ce9f

+ 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);