This commit is contained in:
wangliwen 2022-07-20 17:35:46 +08:00
parent 9f510817ff
commit 41a06c660c
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ public class TAbilityApplicationServiceImpl extends CrudServiceImpl<TAbilityAppl
}); });
if (params.containsKey("abilityprocess_v2")) { if (params.containsKey("abilityprocess_v2")) {
wrapper.orderByDesc("apply_number"); // 流程排序 wrapper.orderByDesc("apply_number"); // 流程排序
} else {
wrapper.orderByDesc("create_date"); // 创建时间逆序
} }
return wrapper; return wrapper;
} }