cqp hai 10 meses
pai
achega
3d0643d332
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/CustomerService.php

+ 1 - 1
app/Service/CustomerService.php

@@ -261,7 +261,7 @@ class CustomerService extends Service
                 CustomerInfo::insert($insert);
 
                 Customer::where('id',$model->id)->update([
-                    'fp_top_depart_id' => $data['fp_top_depart_id'] ?? 0,
+//                    'fp_top_depart_id' => $data['fp_top_depart_id'] ?? 0,
                     'fp_time' => $time,
                 ]);
             }