更新星火认知模型聊天
This commit is contained in:
parent
36d86f82e2
commit
e3bdf99015
@ -113,7 +113,6 @@ class InformationController extends BaseApiController
|
|||||||
}
|
}
|
||||||
|
|
||||||
UserInformationg::where('id', $param['id'])->update(['update_time' => time(), 'is_update' => 1]);
|
UserInformationg::where('id', $param['id'])->update(['update_time' => time(), 'is_update' => 1]);
|
||||||
|
|
||||||
return $this->success('成功');
|
return $this->success('成功');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ use think\facade\Log;
|
|||||||
use app\common\logic\BaseLogic;
|
use app\common\logic\BaseLogic;
|
||||||
use app\common\model\Company;
|
use app\common\model\Company;
|
||||||
use app\common\model\user\User;
|
use app\common\model\user\User;
|
||||||
|
use app\job\AiAianalyse;
|
||||||
|
|
||||||
class UserInformationg extends BaseModel
|
class UserInformationg extends BaseModel
|
||||||
{
|
{
|
||||||
@ -120,6 +121,7 @@ class UserInformationg extends BaseModel
|
|||||||
'status' => 1,
|
'status' => 1,
|
||||||
'information_id' => $id,
|
'information_id' => $id,
|
||||||
];
|
];
|
||||||
|
queue(AiAianalyse::class, $data);
|
||||||
return UserInformationgDemand::create($data);
|
return UserInformationgDemand::create($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user