add cdr order

This commit is contained in:
Shaun Chyxion 2021-05-06 22:46:58 +08:00
parent 70700a1b56
commit 4b0fbfcff2

View File

@ -91,7 +91,7 @@ public class CallDetailRecordController
protected void before(final ArgQuery<?> arg) { protected void before(final ArgQuery<?> arg) {
if (arg.getType() == ArgQuery.Type.LIST) { if (arg.getType() == ArgQuery.Type.LIST) {
val form = (FormListCallDetailRecord) arg.getArg(); val form = (FormListCallDetailRecord) arg.getArg();
val search = arg.getSearch(); val search = arg.getSearch().asc(START_STAMP);
val connId = form.getConnId(); val connId = form.getConnId();
// connId only // connId only