...
This commit is contained in:
parent
9f510817ff
commit
41a06c660c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue