|
DataCollectionLog::Show(4,$this->uuid,$data['id'])->count() ? : $this->error('未收藏');
|
|
DataCollectionLog::Show(4,$this->uuid,$data['id'])->count() ? : $this->error('未收藏');
|
|
|
|
+ $d = DataCollectionLog::mk()->where('uuid',$this->uuid)->where('type',$type)->where('link_id',$data['id'])->where('cate',1)->select();
|
|
if (DataCollectionLog::mk()->where('uuid',$this->uuid)->where('type',$type)->where('link_id',$data['id'])->delete()){
|
|
if (DataCollectionLog::mk()->where('uuid',$this->uuid)->where('type',$type)->where('link_id',$data['id'])->delete()){
|