chuweiqiang 1 vuosi sitten
vanhempi
commit
c3f1ce1a1b
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      app/data/controller/api/auth/DemandLabor.php

+ 2 - 0
app/data/controller/api/auth/DemandLabor.php

@@ -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('收藏成功');
                 }