|
@@ -24,7 +24,7 @@ public interface TbVdsCtlrSttsHsRepository extends JpaRepository<TbVdsCtlrSttsHs
|
|
" where p.ocrrDt >= :fromDt " +
|
|
" where p.ocrrDt >= :fromDt " +
|
|
" and p.cmncSttsCd <> 'CMS0' " +
|
|
" and p.cmncSttsCd <> 'CMS0' " +
|
|
" group by p.ctlrMngmNmbr")
|
|
" group by p.ctlrMngmNmbr")
|
|
- List<SttsHsErrCntInf> findAllCommErrorCount(@Param("systId") String fromDt);
|
|
|
|
|
|
+ List<SttsHsErrCntInf> findAllCommErrorCount(@Param("fromDt") String fromDt);
|
|
|
|
|
|
@Query("select p from TbVdsCtlrSttsHs p inner join fetch p.vds " +
|
|
@Query("select p from TbVdsCtlrSttsHs p inner join fetch p.vds " +
|
|
" where p.ocrrDt between :fromDt and :toDt " +
|
|
" where p.ocrrDt between :fromDt and :toDt " +
|