From 566e7986291e73051d30ee252b0ebf852b1577a7 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 02 Apr 2024 14:25:51 +0800
Subject: [PATCH] 娱乐场所标签新增180200
---
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