|
@@ -203,6 +203,8 @@ class DemandLabor extends Auth
|
|
|
DataCollectionLog::Show(4,$this->uuid,$data['id'])->count() ? : $this->error('未收藏');
|
|
|
break;
|
|
|
}
|
|
|
+ $d = DataCollectionLog::mk()->where('uuid',$this->uuid)->where('type',$type)->where('link_id',$data['id'])->where('cate',1)->select();
|
|
|
+// return json($d);
|
|
|
if (DataCollectionLog::mk()->where('uuid',$this->uuid)->where('type',$type)->where('link_id',$data['id'])->delete()){
|
|
|
$this->success('收藏成功');
|
|
|
}
|