update 查询嘉宾上传文件增加排序
This commit is contained in:
+1
@@ -1840,6 +1840,7 @@ public class PayMeetingSituationServiceImpl extends ServiceImpl<PayMeetingSituat
|
||||
LambdaQueryWrapper<PayMeetingGuestsFile> wrapper = new LambdaQueryWrapper<>();
|
||||
wrapper.eq(PayMeetingGuestsFile::getMeetingId,meetingId);
|
||||
wrapper.eq(PayMeetingGuestsFile::getContactsId,sysUserId);
|
||||
wrapper.orderByDesc(PayMeetingGuestsFile::getCreateTime);
|
||||
return meetingGuestsFileMapper.selectList(wrapper);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user