Browse Source

车位资讯车牌优化5

master
wanghongjun 3 days ago
parent
commit
e731e41043
  1. 2
      app/Services/ParkingInformationService.php

2
app/Services/ParkingInformationService.php

@ -90,7 +90,7 @@ class ParkingInformationService extends BaseService
}
// 通过车位类型 创建车牌
if ($space_type_id) {
if (empty($license_plate_id) && $space_type_id) {
$createData = [
'number' => $license_plate,
'space_type_id' => $space_type_id

Loading…
Cancel
Save