Explorar el Código

车辆交车单删除

cqpCow hace 1 año
padre
commit
bdabe07020
Se han modificado 1 ficheros con 1 adiciones y 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'],