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-opt-homepage
chenzhihang
9 months ago
parent
11ce36c0ad
commit
fc7a4f7c17
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/CodeConfigDaoMapper.xml
+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/CodeConfigDaoMapper.xml
View File
@@ -66,7 +66,7 @@
FROM code_config
WHERE create_time > t.create_time
and state = 1
and code_repo_vis = 1) + 1) / #{size}) AS page_num
and code_repo_vis = 1) + 1) /
(
#{size}
+ 1)
) AS page_num
FROM code_config t
WHERE id = #{id};
</select>
Write
Preview
Loading…
Cancel
Save