bucket 유량제어 추가

This commit is contained in:
jaewohong
2025-12-16 11:08:54 +09:00
parent 5357eb8f63
commit 037f857a5f
@@ -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;
}
}