Browse Source

车辆交车单删除

cqpCow 1 year ago
parent
commit
bdabe07020
1 changed files with 1 additions and 1 deletions
  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'],