|
@@ -41,8 +41,8 @@ class Crecord extends Backend
|
|
|
if(input('vid')){
|
|
if(input('vid')){
|
|
|
$map['video_contribution_record.vid']= input('vid');
|
|
$map['video_contribution_record.vid']= input('vid');
|
|
|
}
|
|
}
|
|
|
- if(input('platform_id')){
|
|
|
|
|
- $map['video_contribution_record.platform_id']= input('platform_id');
|
|
|
|
|
|
|
+ if(input('uid')){
|
|
|
|
|
+ $map['video_contribution_record.uid']= input('uid');
|
|
|
}
|
|
}
|
|
|
$total = $this->model
|
|
$total = $this->model
|
|
|
->where($where)
|
|
->where($where)
|