|
@@ -230,7 +230,7 @@ public interface PaperRepo extends JpaRepository<Paper, Long>, JpaSpecificationE
|
|
|
|
|
|
void deleteByWorkIdAndSubjectAndTest(Long workId, Subject subject, int test);
|
|
|
|
|
|
- int countByWorkIdAndSubjectAndIsMissingFalse(Long workId, Subject subject);
|
|
|
+ int countByWorkIdAndSubjectAndIsMissingFalseAndTest(Long workId, Subject subject, int test);
|
|
|
|
|
|
int countByWorkIdAndSubjectAndLevelIsNullAndIsMissingFalseAndActiveTrueAndBatchNoNotNullAndTest(Long workId, Subject subject, int test);
|
|
|
|