You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zch 359f7a1eb3 feat(ems): 添加查询指定表最新N条记录功能并优化数据字典查询
- 在 RecordIotenvInstantMapper 中添加 selectLatestRecordsFromTable 方法
- 在 RecordIotenvInstantMapper.xml 中实现该方法的 SQL 语句
- 在 RuoYiApplication 中启用定时任务调度
- 优化 SysDictTypeMapper.xml 中的字典类型查询 SQL,top(1)是SQL server独有的,现在是TiDB(兼容MySQL)
1 month ago
..
src/main feat(ems): 添加查询指定表最新N条记录功能并优化数据字典查询 1 month ago
pom.xml first commit 1 year ago