fix video rank cateogry en

This commit is contained in:
Default
2025-05-05 16:35:02 +08:00
parent cac9177838
commit 2060703010
3 changed files with 12 additions and 1 deletions

View File

@@ -72,7 +72,9 @@ class VideoClicksModel extends MongoModel
'$inc' => ['vc_clicks' => 1],
'$set' => [
'v_category' => $Video->v_category,
'v_parent_category' => $Video->v_parent_category
'v_parent_category' => $Video->v_parent_category,
'v_category_en' => $Video->v_category_en,
'v_parent_categoryen' => $Video->v_parent_category_en,
],
],
[