bucket 유량제어 추가
This commit is contained in:
@@ -26,6 +26,7 @@ import com.eactive.eai.data.entity.onl.inflow.InflowControlLogId;
|
||||
@Service
|
||||
@Transactional
|
||||
public class InflowControlDAO extends BaseDAO {
|
||||
|
||||
private static Logger logger = Logger.getLogger(Logger.LOGGER_DEFAULT);
|
||||
|
||||
@Autowired
|
||||
@@ -227,4 +228,5 @@ public class InflowControlDAO extends BaseDAO {
|
||||
vo.setActivate(!"0".equals(group.getUseYn()));
|
||||
return vo;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user