cqpCow 1 anno fa
parent
commit
a40ac7a4d6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 = [];