|
@@ -7,11 +7,11 @@ import org.springframework.stereotype.Repository;
|
|
|
|
|
|
@Slf4j
|
|
|
@Repository
|
|
|
-public class ItsRotaDao extends BatchDaoService {
|
|
|
+public class ItsRotaServerDao extends BatchDaoService {
|
|
|
|
|
|
- public ItsRotaDao(SqlSessionFactory sqlSessionFactory) {
|
|
|
+ public ItsRotaServerDao(SqlSessionFactory sqlSessionFactory) {
|
|
|
super(sqlSessionFactory);
|
|
|
- this.serviceName = "ItsRotaDao";//this.getClass().getName();
|
|
|
+ this.serviceName = "ItsRotaServerDao";//this.getClass().getName();
|
|
|
}
|
|
|
|
|
|
// public List<HashMap<String, Object>> getSttsList(List<IntStatusDto> req) {
|