|
@@ -30,7 +30,8 @@
|
|
|
contact_name contactName,
|
|
|
contact_phone contactPhone,
|
|
|
car_type carType,
|
|
|
- location_type locationType
|
|
|
+ location_type locationType,
|
|
|
+ update_time updateTime
|
|
|
from b_resource_detail t1
|
|
|
left join b_resource t2 on t1.resource_id = t2.id
|
|
|
where t1.name like concat('%', #{name}, '%')
|