From 3a8cdfc75255e433a01cb6f78955d70a7e2f98df Mon Sep 17 00:00:00 2001 From: zhangheng <3226558941@qq.com> Date: Tue, 22 Sep 2026 14:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=AF=9D=E5=9B=9E=E8=B0=83=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xinelu/manage/service/aiob/impl/AIOBServiceImpl.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postdischarge-manage/src/main/java/com/xinelu/manage/service/aiob/impl/AIOBServiceImpl.java b/postdischarge-manage/src/main/java/com/xinelu/manage/service/aiob/impl/AIOBServiceImpl.java index a925d622..ce837d40 100644 --- a/postdischarge-manage/src/main/java/com/xinelu/manage/service/aiob/impl/AIOBServiceImpl.java +++ b/postdischarge-manage/src/main/java/com/xinelu/manage/service/aiob/impl/AIOBServiceImpl.java @@ -442,7 +442,12 @@ public class AIOBServiceImpl implements IAIOBService { phoneDialRecord.setErrorCode(data.getEndType() == 0 ? 1L : 0); phoneDialRecord.setErrorStatus(data.getEndType() == 0 ? ErrorStatusEnum.fail.getValue() : ErrorStatusEnum.success.getValue()); phoneDialRecord.setCreateTime(LocalDateTime.now()); - + if(Objects.nonNull(data.getTalkingTimeLen())){ + phoneDialRecord.setPhoneDuration(new BigDecimal(data.getTalkingTimeLen())); + } + if (StringUtils.isNotBlank(signPatientManageRouteNode.getPhoneTemplateName())){ + phoneDialRecord.setPhoneTemplateName(signPatientManageRouteNode.getPhoneTemplateName()); + } phoneDialRecord.setCtUuid(data.getContactUUID()); //phoneDialRecord.setPhoneDialRecordVideo(getPhoneDialRecord(data.getContactUUID()));