This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
优化镜像/镜像版本按创建时间逆序排序
dev-active_learn
chenzhihang
10 months ago
parent
d869760565
commit
592eca66bb
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ImageDaoMapper.xml
+1
-0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ImageVersionDaoMapper.xml
+ 1
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ImageDaoMapper.xml
View File
@@ -67,6 +67,7 @@
and img.state = #{image.state}
</if>
</where>
order by img.create_time desc
limit #{pageable.offset}, #{pageable.pageSize}
</select>
+ 1
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ImageVersionDaoMapper.xml
View File
@@ -75,6 +75,7 @@
and state = #{imageVersion.state}
</if>
</where>
order by create_time desc
limit #{pageable.offset}, #{pageable.pageSize}
</select>
Write
Preview
Loading…
Cancel
Save