From 6177f84ab1e80d093d03ec45d409cc8ac660f5d9 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 18 九月 2024 15:35:29 +0800
Subject: [PATCH] add:禁用手机号接口处理

---
 src/main/resources/mapper/flower/FlowerMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/flower/FlowerMapper.xml b/src/main/resources/mapper/flower/FlowerMapper.xml
index 64eb0c7..308869c 100644
--- a/src/main/resources/mapper/flower/FlowerMapper.xml
+++ b/src/main/resources/mapper/flower/FlowerMapper.xml
@@ -421,4 +421,7 @@
             #{id}
         </foreach>
     </update>
+    <update id="updateTypeRankNull">
+        update t_flower set type_rank=null where category=#{category} and level=#{level}
+    </update>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3