shensong00 18 hours ago
parent
commit
2a7f22985c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/CorpInformation/BatchMarkTagDeal.php

+ 1 - 1
app/Console/Commands/CorpInformation/BatchMarkTagDeal.php

111
             return false;
111
             return false;
112
         }
112
         }
113
 
113
 
114
-        $tagList = json_decode($taskInfo['task_list'], 1);
114
+        $tagList = json_decode($taskInfo['tag_list'], 1);
115
         // 标签转化
115
         // 标签转化
116
         $newTagList = Tag::query()->where('corpid', $taskInfo['corpid'])->where('enable', 1)
116
         $newTagList = Tag::query()->where('corpid', $taskInfo['corpid'])->where('enable', 1)
117
             ->whereIn('tag_md5', $tagList)->get();
117
             ->whereIn('tag_md5', $tagList)->get();