吴学文
2019-07-06 8a524787c88a9128cc69af890d4181a01aad0e8c
java110-db/src/main/resources/mapper/owner/OwnerCarServiceDaoImplMapper.xml
@@ -102,7 +102,9 @@
    <!-- 查询车辆管理信息 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,t.car_type carType,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
        select  t.car_color,t.car_color carColor,t.car_brand,t.car_brand carBrand,t.car_type,t.car_type carType,
        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
from owner_car t 
where 1 =1 
<if test="carColor !=null and carColor != ''">