Browse Source

优化积分查询

pull/225/head
chenzhihang 11 months ago
parent
commit
08cf9261b4
1 changed files with 2 additions and 1 deletions
  1. +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}


Loading…
Cancel
Save