From 7a0a3d837365330be38699894ce0167bade1de58 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期三, 07 十二月 2022 15:00:26 +0800
Subject: [PATCH] 1、优化报修通知信息2、优化缴费审核3、优化发布公告信息4、优化页面显示性问题
---
java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml | 6 ++++++
1 files changed, 6 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 de72e66..8e7847e 100755
--- a/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml
@@ -206,6 +206,9 @@
<if test="ownerName !=null and ownerName != ''">
and bow.name like '%${ownerName}%'
</if>
+ <if test="link !=null and link != ''">
+ and bow.link = #{link}
+ </if>
<if test="bId !=null and bId != ''">
and t.b_id= #{bId}
</if>
@@ -369,6 +372,9 @@
<if test="ownerName !=null and ownerName != ''">
and bow.name like '%${ownerName}%'
</if>
+ <if test="link !=null and link != ''">
+ and bow.link = #{link}
+ </if>
<if test="bId !=null and bId != ''">
and t.b_id= #{bId}
</if>
--
Gitblit v1.8.0