作者 lyh

gx随机抽查数据

@@ -50,6 +50,7 @@ class AiVideoLogic extends BaseLogic @@ -50,6 +50,7 @@ class AiVideoLogic extends BaseLogic
50 }catch (\Exception $e){ 50 }catch (\Exception $e){
51 $this->fail('保存失败,请联系管理员'); 51 $this->fail('保存失败,请联系管理员');
52 } 52 }
  53 + shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &");
53 return $this->success(); 54 return $this->success();
54 } 55 }
55 56
@@ -93,6 +94,7 @@ class AiVideoLogic extends BaseLogic @@ -93,6 +94,7 @@ class AiVideoLogic extends BaseLogic
93 }catch (\Exception $e){ 94 }catch (\Exception $e){
94 $this->fail('删除失败,请联系管理员'); 95 $this->fail('删除失败,请联系管理员');
95 } 96 }
  97 + shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &");
96 return $this->success(); 98 return $this->success();
97 } 99 }
98 100