diff --git a/app/Console/Commands/DmaQuestionNotice.php b/app/Console/Commands/DmaQuestionNotice.php index 519c671..e84fa3e 100644 --- a/app/Console/Commands/DmaQuestionNotice.php +++ b/app/Console/Commands/DmaQuestionNotice.php @@ -42,7 +42,7 @@ class DmaQuestionNotice extends Command if ($notice == "quesiotn_notice") {// 方案后问卷调查提醒 $this->sendQuestionNotice(); } elseif ($notice == "clean_notice") { // 方案后清洁提醒 - $this->sendCleanNotice(); + // $this->sendCleanNotice(); } elseif ($notice == "after_body_image") {// 方案后身体照提醒 $this->sendAfterBodyImageNotice(); } elseif ($notice == "after_body_image_task") {// 方案后身体照任务 diff --git a/app/Console/Commands/MedicalReportNotice.php b/app/Console/Commands/MedicalReportNotice.php index c4ccd38..3cc5c82 100644 --- a/app/Console/Commands/MedicalReportNotice.php +++ b/app/Console/Commands/MedicalReportNotice.php @@ -37,6 +37,7 @@ class MedicalReportNotice extends Command */ public function handle() { + return 0; Log::info("复检报告提醒提醒"); $nowDate = date("Y-m-d"); $orders = Order::whereDoesntHave("afterMedicalReport")->where("service_status", "FINISHED")->get();