From 0e41bd99a4df0b27f9b1e7c733fd57bd09711221 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 12 Jul 2021 09:22:49 +0800
Subject: [PATCH] 1.
---
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml | 13 +++++++++++++
1 files changed, 13 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..670e8d8 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,19 @@
<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>
+ <delete id="deleteIn">
+ delete from sys_information where creditCode=#{creditcode}
+ </delete>
+ <delete id="deleteSh">
+ delete from sys_shareholder where creditCode=#{creditcode}
+ </delete>
+ <delete id="deleteMe">
+ delete from sys_member where creditCode=#{creditcode}
+ </delete>
+
</mapper>
--
Gitblit v1.9.3