作者 lyh

gx脚本锚文本数量

@@ -40,7 +40,7 @@ class lyhDemo extends Command @@ -40,7 +40,7 @@ class lyhDemo extends Command
40 40
41 public function handle(){ 41 public function handle(){
42 $projectIds = DB::table('gl_project_ai_setting') 42 $projectIds = DB::table('gl_project_ai_setting')
43 - ->whereIn('mch', function ($query) { 43 + ->whereIn('mch_id', function ($query) {
44 $query->select('mch_id') 44 $query->select('mch_id')
45 ->from('gl_project_ai_setting') 45 ->from('gl_project_ai_setting')
46 ->groupBy('mch_id') 46 ->groupBy('mch_id')