作者 刘锟

update

@@ -219,7 +219,7 @@ class InquiryForwardLogic extends BaseLogic @@ -219,7 +219,7 @@ class InquiryForwardLogic extends BaseLogic
219 */ 219 */
220 public function aiRewrite() 220 public function aiRewrite()
221 { 221 {
222 - $ai_command = AiCommand::where('key', ' inquiry_text_rewrite')->value('ai'); 222 + $ai_command = AiCommand::where('key', 'inquiry_text_rewrite')->value('ai');
223 if (!$ai_command) { 223 if (!$ai_command) {
224 $this->fail('AI重写指令未配置'); 224 $this->fail('AI重写指令未配置');
225 } 225 }