This commit is contained in:
Hankin 2026-06-30 15:46:35 +08:00
parent b30232da1a
commit 14a99839fc
2 changed files with 2 additions and 1 deletions

View File

@ -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") {// 方案后身体照任务

View File

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