Explorar o código

车辆交车单删除

cqpCow hai 1 ano
pai
achega
bdabe07020
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/ConstructionService.php

+ 1 - 1
app/Service/ConstructionService.php

@@ -885,7 +885,7 @@ class ConstructionService extends Service
     }
 
     public function deliveryNoteDel($data,$user){
-        DeliveryNote::where('img4',$data['id'])->update(
+        DeliveryNote::where('id',$data['id'])->update(
             [
                 'del_time' => time(),
                 'upd_id' => $user['id'],