webc获取线索面试信息增加会销相关信息

This commit is contained in:
feng.li
2024-01-09 13:07:52 +08:00
parent 4d3fede659
commit a3e68bcc81
4 changed files with 38 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ public class HyPartnerExhibitionDAO {
hyPartnerExhibitionMapper.deleteAllByLineId(partnerLineId);
}
public List<Long> queryListByInterviewPlanIds(List<Long> interviewPlanIds) {
public List<Long> queryIdListByInterviewPlanIds(List<Long> interviewPlanIds) {
if (ObjectUtils.isEmpty(interviewPlanIds)) {
return new ArrayList<>();
}