Commit 45b6d31fca09ac8dcee9ee90d35c2deee5b43b59
1 parent
2e5e5f10
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/repository/schedule/EmployeeConfigInfoRepository.java
| ... | ... | @@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository; |
| 19 | 19 | @Repository |
| 20 | 20 | public interface EmployeeConfigInfoRepository extends BaseRepository<EmployeeConfigInfo, Long> { |
| 21 | 21 | |
| 22 | - @EntityGraph(value = "employeeConfigInfo_xl_cl", type = EntityGraph.EntityGraphType.FETCH) | |
| 22 | + @EntityGraph(value = "employeeConfigInfo_jsy_spy_xl", type = EntityGraph.EntityGraphType.FETCH) | |
| 23 | 23 | @Query("select ec from EmployeeConfigInfo ec where ec.xl.lineCode=?1") |
| 24 | 24 | List<EmployeeConfigInfo> findBylineCode(String lineCode); |
| 25 | 25 | ... | ... |