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/OwnerCarServiceDaoImplMapper.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
index 690522b..0658cbc 100755
--- a/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
@@ -361,6 +361,24 @@
         <if test="carBrand !=null and carBrand != ''">
             and t.car_brand= #{carBrand}
         </if>
+        <if test="parkingType !=null and parkingType != ''">
+            and t.parking_type= #{parkingType}
+        </if>
+        <if test="roadName !=null and roadName != ''">
+            and t.road_name= #{roadName}
+        </if>
+        <if test="floorNum !=null and floorNum != ''">
+            and t.floor_num= #{floorNum}
+        </if>
+        <if test="unitNum !=null and unitNum != ''">
+            and t.unit_num= #{unitNum}
+        </if>
+        <if test="unitPricePerMonth !=null and unitPricePerMonth != ''">
+            and t.unit_price_per_month= #{unitPricePerMonth}
+        </if>
+        <if test="roomNum !=null and roomNum != ''">
+            and t.room_num= #{roomNum}
+        </if>
         <if test="carType !=null and carType != ''">
             and t.car_type= #{carType}
         </if>
@@ -379,6 +397,9 @@
         <if test="carNumLike !=null and carNumLike != ''">
             and t.car_num like concat('%',#{carNumLike},'%')
         </if>
+        <if test="carNumLikeRight_ !=null and carNumLikeRight_ != ''">
+            and t.car_num like concat(#{carNumLikeRight_},'%')
+        </if>
         <if test="memberCarNum !=null and memberCarNum != ''">
             and moc.car_num= #{memberCarNum}
         </if>

--
Gitblit v1.8.0