From 64b14b0549344f13b191e2c26ed199f62655c43f Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 25 二月 2026 10:12:46 +0800
Subject: [PATCH] 导入测试

---
 java110-db/src/main/resources/mapper/user/OwnerCarV1ServiceDaoImplMapper.xml |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/OwnerCarV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerCarV1ServiceDaoImplMapper.xml
index fcac68a..2f55a53 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerCarV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerCarV1ServiceDaoImplMapper.xml
@@ -9,10 +9,10 @@
     <!-- 鏂板瀛楁锛歠irst_payment_date銆乸ayment_deadline_date銆乽nit_price_per_month銆乤nnual_receivable_amount -->
     <insert id="saveOwnerCarInfo" parameterType="Map">
         insert into owner_car(car_brand, car_num, ps_id, remark, owner_id, car_type_cd, user_id, car_id, car_color,
-        car_type, start_time, end_time, state, community_id, member_id, b_id,lease_type,
-        first_payment_date, payment_deadline_date, unit_price_per_month, annual_receivable_amount)
+        car_type, road_name, floor_num, unit_num, room_num, start_time, end_time, state, community_id, member_id, b_id,lease_type,
+        first_payment_date, payment_deadline_date, unit_price_per_month, annual_receivable_amount, parking_type)
         values (#{carBrand}, #{carNum}, #{psId}, #{remark}, #{ownerId}, #{carTypeCd}, #{userId}, #{carId}, #{carColor},
-        #{carType},
+        #{carType},#{roadName},#{floorNum},#{unitNum},#{roomNum},
         <!-- 姝g‘澶勭悊start_time锛氫负绌哄垯璧嬪�糔ULL锛屽惁鍒欏彇鍙傛暟鍊� -->
         <choose>
             <when test="startTime == null or startTime == ''">NULL</when>
@@ -24,7 +24,7 @@
             <otherwise>#{endTime}</otherwise>
         </choose>,
         #{state}, #{communityId}, #{memberId}, '-1',#{leaseType},
-        #{firstPaymentDate}, #{paymentDeadlineDate}, #{unitPricePerMonth}, #{annualReceivableAmount})
+        #{firstPaymentDate}, #{paymentDeadlineDate}, #{unitPricePerMonth}, #{annualReceivableAmount}, #{parkingType})
     </insert>
 
 
@@ -219,6 +219,9 @@
         <if test="remark !=null and remark != ''">
             and t.remark= #{remark}
         </if>
+        <if test="parkingType !=null and parkingType != ''">
+            and t.parking_type= #{parkingType}
+        </if>
         <if test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}
         </if>

--
Gitblit v1.8.0