Commit 45b6d31fca09ac8dcee9ee90d35c2deee5b43b59

Authored by 潘钊
1 parent 2e5e5f10

update

src/main/java/com/bsth/repository/schedule/EmployeeConfigInfoRepository.java
@@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository; @@ -19,7 +19,7 @@ import org.springframework.stereotype.Repository;
19 @Repository 19 @Repository
20 public interface EmployeeConfigInfoRepository extends BaseRepository<EmployeeConfigInfo, Long> { 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 @Query("select ec from EmployeeConfigInfo ec where ec.xl.lineCode=?1") 23 @Query("select ec from EmployeeConfigInfo ec where ec.xl.lineCode=?1")
24 List<EmployeeConfigInfo> findBylineCode(String lineCode); 24 List<EmployeeConfigInfo> findBylineCode(String lineCode);
25 25