From 411ca0240f37ca391fa9e192e72253fb50bc6d5d Mon Sep 17 00:00:00 2001 From: zhan-zhaoming <1933763540@qq.com> Date: Thu, 31 Aug 2023 01:39:37 -0700 Subject: [PATCH] =?UTF-8?q?TicketNo:I7XIW1=20Description:=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E9=80=9A=E8=AF=9D=E6=97=B6=E9=97=B4=E8=B6=85=E8=BF=87?= =?UTF-8?q?int=E5=AD=98=E5=82=A8=E4=BD=8D=E6=95=B0=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=BC=9A=E8=B6=8A=E7=95=8C=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E7=9A=84=E9=80=9A=E8=AF=9D=E6=97=B6=E9=97=B4=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=20https://e.gitee.com/superred=5Fsrc/issues/table=3Fi?= =?UTF-8?q?ssue=3DI7XIW1=20Team:huawei?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/call/call_state_observer/src/call_records_handler.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/call/call_state_observer/src/call_records_handler.cpp b/services/call/call_state_observer/src/call_records_handler.cpp index 30cfebf..6b6eb8b 100644 --- a/services/call/call_state_observer/src/call_records_handler.cpp +++ b/services/call/call_state_observer/src/call_records_handler.cpp @@ -74,9 +74,6 @@ void CallRecordsHandler::ProcessEvent(const AppExecFwk::InnerEvent::Pointer &eve bucket.Put(CALL_BEGIN_TIME, info.callBeginTime); bucket.Put(CALL_END_TIME, info.callEndTime); bucket.Put(CALL_ANSWER_STATE, static_cast(info.answerType)); - time_t timeStamp = time(0); - int iNow = static_cast(timeStamp); - bucket.Put(CALL_CREATE_TIME, iNow); bucket.Put(CALL_NUMBER_LOCATION, std::string("")); bucket.Put(CALL_PHOTO_ID, 0); bucket.Put(CALL_SLOT_ID, info.slotId); -- Gitee