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
优化积分查询
pull/225/head
chenzhihang
11 months ago
parent
6834f30ebf
commit
08cf9261b4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml
+ 2
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ResourceOccupy.xml
View File
@@ -111,7 +111,8 @@
task_ins_id,
workflow_id,
task_name,
state
state,
task_state
from resource_occupy
where user_id = #{userId}
order by start_time desc limit #{pageable.offset}, #{pageable.pageSize}
Write
Preview
Loading…
Cancel
Save