mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 23:45:08 +08:00
增加菜单的定时刷新
This commit is contained in:
@ -32,7 +32,7 @@ public class InfConfigDAOImpl implements ConfigFrameworkDAO {
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<InfConfigDO> getSysConfigList() {
|
||||
public List<InfConfigDO> selectList() {
|
||||
return jdbcTemplate.query("SELECT `key`, `value`, update_time, deleted FROM inf_config", new BeanPropertyRowMapper<>(InfConfigDO.class));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user