|
@@ -111,7 +111,7 @@ class BatchMarkTagDeal extends Command
|
111
|
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
|
116
|
$newTagList = Tag::query()->where('corpid', $taskInfo['corpid'])->where('enable', 1)
|
117
|
117
|
->whereIn('tag_md5', $tagList)->get();
|