|
@@ -72,7 +72,7 @@ public interface TrialLibraryDao extends JpaRepository<TrialLibrary, Integer>, J
|
|
+ "where m.id=?1")
|
|
+ "where m.id=?1")
|
|
void resetById(Integer id);
|
|
void resetById(Integer id);
|
|
|
|
|
|
- @Query("select l from TrialLibrary f where f.markerId=?1")
|
|
+ @Query("select f from TrialLibrary f where f.markerId=?1")
|
|
List<TrialLibrary> findByMarkerId(Integer markerId);
|
|
List<TrialLibrary> findByMarkerId(Integer markerId);
|
|
|
|
|
|
@Modifying(clearAutomatically = true)
|
|
@Modifying(clearAutomatically = true)
|