Explorar el Código

修改语音通知bug

suntianwu hace 3 años
padre
commit
781acffa71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/care/bms/service/BmsEventOrderService.java

+ 1 - 1
src/main/java/com/care/bms/service/BmsEventOrderService.java

@@ -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);