cqpCow 1 жил өмнө
parent
commit
a40ac7a4d6

+ 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 = [];