diff --git a/application/admin/view/orders/auditorder/edit.html b/application/admin/view/orders/auditorder/edit.html
index b2637b0..1812251 100644
--- a/application/admin/view/orders/auditorder/edit.html
+++ b/application/admin/view/orders/auditorder/edit.html
@@ -156,12 +156,6 @@
-
diff --git a/application/common/Logic/NoticeLogic.php b/application/common/Logic/NoticeLogic.php
index d6cb024..51e94b6 100644
--- a/application/common/Logic/NoticeLogic.php
+++ b/application/common/Logic/NoticeLogic.php
@@ -53,8 +53,14 @@ class NoticeLogic
$log->save();
}
+ $log->status = 1;
+ $log->save();
+ return;
+
$reponse = DyvmsService::getInstance()->call($dispatch->worker_tel, $ttsCode, md5(time()));
+
+
if($reponse->statusCode == 200 && $reponse->body->code == 'OK'){
$log->status = 1;
$log->callId = $reponse->body->callId;