|
@@ -742,7 +742,7 @@ public class BmsEventOrderService {
|
|
|
.eq(CareEventOrderHandleHis::getLogType,LogTypeEnum.VOTICE.getValue())
|
|
|
.eq(CareEventOrderHandleHis::getLogObjectId,contact.getContactId())
|
|
|
.eq(CareEventOrderHandleHis::getLogResult,"语音通知")
|
|
|
- .set(CareEventOrderHandleHis::getVoiceCallStatus, ContactorStatusEnum.getCodeToName(status))
|
|
|
+ .set(CareEventOrderHandleHis::getVoiceCallStatus, status)
|
|
|
.set(CareEventOrderHandleHis::getVoiceFailureReason, failureReason);
|
|
|
this.careEventOrderHandleHisService.update(updateWrapper2);
|
|
|
|