Commit b7210c0c by Phạm Văn Đoan

cấu hình bỏ lấy lượt nghe

parent 7a715767
......@@ -313,12 +313,12 @@ class TrackRepository extends BaseRepository
case 'zing':
$query->whereNotNull('id_zing')
->where('id_zing', '<>', '')
->whereNotIn('id', [1139,3835]);
->whereNotIn('id', [1139,3835,3664]);
break;
case 'nct':
$query->whereNotNull('id_nct')
->where('id_nct', '<>', '')
->whereNotIn('id', [1198,1700,1954,3223,3334,3357,3529,3688]);
->whereNotIn('id', [1198,1700,1954,3223,3334,3357,3529,3688,3918,3664]);
if ($is_update_composer) {
$query->whereNull('composer_list');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment