Merge branch 'master' into docker_package
This commit is contained in:
commit
a960e9c894
|
@ -59,6 +59,8 @@ public class TAbilityApplicationServiceImpl extends CrudServiceImpl<TAbilityAppl
|
|||
});
|
||||
if (params.containsKey("abilityprocess_v2")) {
|
||||
wrapper.orderByDesc("apply_number"); // 流程排序
|
||||
} else {
|
||||
wrapper.orderByDesc("create_date"); // 创建时间逆序
|
||||
}
|
||||
return wrapper;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue