From 4f60949bc4f7055207e56bbce7910df4cb860e4a Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Thu, 08 Jul 2021 16:57:31 +0800
Subject: [PATCH] 1.保安单位 2.保安就业
---
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
index fc11df6..d2f3912 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -34,6 +34,9 @@
<if test="information.representative!=null and information.representative!=''">
and representative like concat(concat('%', #{information.representative}),'%')
</if>
+ <if test="information.stats!=null and information.stats!=''">
+ and stats=#{stats}
+ </if>
</select>
</mapper>
--
Gitblit v1.9.3