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
修改BUG 【开发环境】新创建开发环境处于列表底部,未处于列表前列
pull/235/head
fanshuai
10 months ago
parent
ae86b2a835
commit
84dbb1e8fb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml
+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/DevEnvironmentDaoMapper.xml
View File
@@ -65,7 +65,7 @@
and state = #{devEnvironment.state}
</if>
</where>
limit #{pageable.offset}, #{pageable.pageSize}
order by create_time desc
limit #{pageable.offset}, #{pageable.pageSize}
</select>
Write
Preview
Loading…
Cancel
Save