|
@@ -27,7 +27,7 @@ public class ConferenceConfServiceImpl extends ServiceImpl<ConferenceConfMapper,
|
|
return lambdaQuery().eq(ConferenceConf::getConferenceId, id).list();
|
|
return lambdaQuery().eq(ConferenceConf::getConferenceId, id).list();
|
|
}
|
|
}
|
|
|
|
|
|
- public List<ConferenceConf> listByType(Long id, Integer type){
|
|
|
|
|
|
+ public List<ConferenceConf> listByType(Long id, String type){
|
|
return lambdaQuery().eq(ConferenceConf::getConferenceId, id).eq(ConferenceConf::getConfType, type).list();
|
|
return lambdaQuery().eq(ConferenceConf::getConferenceId, id).eq(ConferenceConf::getConfType, type).list();
|
|
}
|
|
}
|
|
}
|
|
}
|