|
|
@ -579,6 +579,9 @@ class ParkingSpaceRepairController extends BaseController |
|
|
= ParkingSpaceType::getName($temp['space_type_id']); |
|
|
= ParkingSpaceType::getName($temp['space_type_id']); |
|
|
} |
|
|
} |
|
|
$space_attr_list = []; |
|
|
$space_attr_list = []; |
|
|
|
|
|
if (isset($type_list[$temp['space_type_id']]['space_attr_list'])) { |
|
|
|
|
|
$space_attr_list = $type_list[$temp['space_type_id']]['space_attr_list']; |
|
|
|
|
|
} |
|
|
if ($temp['color_occupy'] == $val) { |
|
|
if ($temp['color_occupy'] == $val) { |
|
|
$space_attr_list['occupy'][] |
|
|
$space_attr_list['occupy'][] |
|
|
= ParkingSpaceAttributes::getAttr( |
|
|
= ParkingSpaceAttributes::getAttr( |
|
|
|