|
|
@@ -1560,6 +1560,7 @@ public class CompanyVoiceRoboticServiceImpl extends ServiceImpl<CompanyVoiceRobo
|
|
|
.eq(CompanyVoiceRoboticCallLogCallphone::getCallerId, business.getCalleeId()));
|
|
|
if (ObjectUtil.isNotEmpty(callLogCallphone)) {
|
|
|
record.setContentList(callLogCallphone.getContentList());
|
|
|
+ record.setIntention(callLogCallphone.getIntention());
|
|
|
}
|
|
|
}
|
|
|
});
|