作者 刘锟

update

@@ -49,7 +49,7 @@ class Temp extends Command @@ -49,7 +49,7 @@ class Temp extends Command
49 49
50 public function handle() 50 public function handle()
51 { 51 {
52 - $this->inquiryAiCheck(17259, 17261); 52 + $this->inquiryAiCheck(17259, 27450);
53 } 53 }
54 54
55 /** 55 /**
@@ -93,8 +93,8 @@ class Temp extends Command @@ -93,8 +93,8 @@ class Temp extends Command
93 array_push($forward_list, $against); 93 array_push($forward_list, $against);
94 } 94 }
95 } 95 }
96 - if (empty($ai_message_list)) {  
97 - $this->output('询盘ID:' . $inquiry['id'] . ',AI重写询盘内容失败'); 96 + if (empty($forward_list)) {
  97 + $this->output('询盘ID:' . $inquiry['id'] . ',根据关键词[' . $ai_keyword . ']查询项目着陆页为空');
98 continue; 98 continue;
99 } 99 }
100 100