Commit 1736772e authored by kongfm's avatar kongfm

通话记录查询默认排序修改

parent 20931a82
......@@ -136,7 +136,7 @@ public class VoiceRecordFileController extends BaseController {
sortRule = "desc";
}
}else {
sortParam = "call_time";
sortParam = "tel_start_time";
sortRule = "desc";
}
Page<VoiceRecordFileDto> pageBean = voiceRecordFileServiceImpl.queryRecordListByQueryDto(page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment