同步代码
This commit is contained in:
parent
e4ba73bbf1
commit
faf24581d9
|
@ -27,7 +27,7 @@ public interface JdbcLocationRepository extends CrudRepository<Location, Long> {
|
|||
|
||||
List<Location> findByLocationNameIn(Collection<String> locationName);
|
||||
|
||||
List<Location> findByLocationNameInAndLocationPathContainingAndLevel(Collection<String> locationName, String locationPath, Integer level)
|
||||
List<Location> findByLocationNameInAndLocationPathContainingAndLevel(Collection<String> locationName, String locationPath, Integer level);
|
||||
|
||||
List<Location> findByLocationIdIn(Collection<Long> locationId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue