cqpCow 1 年之前
父节点
当前提交
a40ac7a4d6
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 = [];