cqpCow 1 vuosi sitten
vanhempi
commit
a40ac7a4d6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      app/Service/DeleteService.php

+ 0 - 1
app/Service/DeleteService.php

@@ -208,7 +208,6 @@ class DeleteService extends Service
         CustomerInfo::where('del_time',0)
             ->where('customer_id',$data['id'])
             ->where('type', CustomerInfo::type_two)
-            ->where('data_id', $user['id'])
             ->update(['del_time' => $time]);
         if(! empty($data['man'])){
             $insert = [];