fix(征求意见): 80202
This commit is contained in:
+2
-1
@@ -191,7 +191,8 @@ public class ConsultationServiceImpl implements IConsultationService {
|
|||||||
fillProperty(processFbStandardConsultations);
|
fillProperty(processFbStandardConsultations);
|
||||||
processFbConsultationListVO.setProcessFbStandardConsultation(processFbStandardConsultations.get(0));
|
processFbConsultationListVO.setProcessFbStandardConsultation(processFbStandardConsultations.get(0));
|
||||||
LambdaQueryWrapper<ProcessFbConsultationList> queryWrapper = new LambdaQueryWrapper<ProcessFbConsultationList>()
|
LambdaQueryWrapper<ProcessFbConsultationList> queryWrapper = new LambdaQueryWrapper<ProcessFbConsultationList>()
|
||||||
.eq(ProcessFbConsultationList::getBusinessId, businessId);
|
.eq(ProcessFbConsultationList::getBusinessId, businessId)
|
||||||
|
.last("ORDER BY convert(chapter_number, DECIMAL), id");
|
||||||
IPage<ProcessFbConsultationList> page = processFbConsultationListService.page(new Page<>(pageNo, pageSize), queryWrapper);
|
IPage<ProcessFbConsultationList> page = processFbConsultationListService.page(new Page<>(pageNo, pageSize), queryWrapper);
|
||||||
setProperty(page.getRecords());
|
setProperty(page.getRecords());
|
||||||
processFbConsultationListVO.setProcessFbConsultationList(page);
|
processFbConsultationListVO.setProcessFbConsultationList(page);
|
||||||
|
|||||||
Reference in New Issue
Block a user