feat(training): 添加培训申请记录排序功能

dev
zhaokai 2026-03-13 09:39:05 +08:00
parent 4c7762a288
commit 75d427537a
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
AND ${ew.sqlSegment} AND ${ew.sqlSegment}
</if> </if>
group by r.training_apply_record_id group by r.training_apply_record_id
order by r.approval_status asc ,r.create_time desc
</select> </select>
<!--培训申请记录详情--> <!--培训申请记录详情-->