From 0a7714ec5b2db16eea7021df72904f0446e67306 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 23 Jan 2024 17:47:14 +0800
Subject: [PATCH] 房屋,区域。物业评价修改
---
src/main/java/org/springblade/modules/property/mapper/PropertyCompanyCommentMapper.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/property/mapper/PropertyCompanyCommentMapper.xml b/src/main/java/org/springblade/modules/property/mapper/PropertyCompanyCommentMapper.xml
index f8ef51e..a7128cf 100644
--- a/src/main/java/org/springblade/modules/property/mapper/PropertyCompanyCommentMapper.xml
+++ b/src/main/java/org/springblade/modules/property/mapper/PropertyCompanyCommentMapper.xml
@@ -24,6 +24,9 @@
<if test="propertyCompanyComment.propertyCompanyId!=null">
and jpcc.property_company_id = #{propertyCompanyComment.propertyCompanyId}
</if>
+ <if test="propertyCompanyComment.checkStatus!=null">
+ and jpcc.check_status = #{propertyCompanyComment.checkStatus}
+ </if>
</select>
<!--自定义分页查询(递归)-->
@@ -39,6 +42,9 @@
<if test="propertyCompanyComment.propertyCompanyId!=null">
and jpcc.property_company_id = #{propertyCompanyComment.propertyCompanyId}
</if>
+ <if test="propertyCompanyComment.checkStatus!=null">
+ and jpcc.check_status = #{propertyCompanyComment.checkStatus}
+ </if>
</select>
<!--递归查询-->
--
Gitblit v1.9.3