|
|
@@ -110,7 +110,7 @@
|
|
|
|
|
|
<!-- 查询车辆管理信息 add by wuxw 2018-07-03 -->
|
|
|
<select id="getOwnerCarInfo" parameterType="Map" resultType="Map">
|
|
|
- select t.car_color,t.car_color carColor,t.car_brand,t.car_brand carBrand,t.car_type car_type,t1.name carType,
|
|
|
+ select t.car_color,t.car_color carColor,t.car_brand,t.car_brand carBrand,t.car_type,t.car_type carType,t1.name carTypeName,
|
|
|
t.car_num,t.car_num carNum,t.ps_id,t.ps_id psId,t.remark,t.status_cd,t.status_cd statusCd,t.owner_id,
|
|
|
t.owner_id ownerId,t.b_id,t.b_id bId,t.user_id,t.user_id userId,t.car_id,t.car_id carId ,t.create_time
|
|
|
createTime,t.community_id communityId,bow.name ownerName,bow.id_card idCard,bow.link,t2.name stateName,
|