REQ-3581: 排序
This commit is contained in:
parent
e0588f42be
commit
29982b7272
@ -60,6 +60,7 @@ public class EssSealPersonDao extends ServiceImpl<EssSealPersonMapper, EssSealPe
|
||||
public List<EssSealPerson> get(String essSealId) {
|
||||
return lambdaQuery() //
|
||||
.eq(EssSealPerson::getEssSealId, essSealId) //
|
||||
.orderByDesc(EssSealPerson::getId) //
|
||||
.list();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user