|
@@ -23,6 +23,7 @@ public class ConferencePartnerServiceImpl extends ServiceImpl<ConferencePartnerM
|
|
|
return lambdaQuery().eq(ConferencePartner::getConferenceId, cid)
|
|
|
.eq(ConferencePartner::getStatus, 1)
|
|
|
.orderByAsc(ConferencePartner::getSortNo)
|
|
|
+ .orderByAsc(ConferencePartner::getId)
|
|
|
.list();
|
|
|
}
|
|
|
}
|