From a432e3779761c48e178384ac886513bbf5e0ffac Mon Sep 17 00:00:00 2001
From: xiaoCJ <406612557@qq.com>
Date: Tue, 16 Jul 2024 17:57:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=A8=A1=E7=B3=8A=E6=9F=A5?=
 =?UTF-8?q?=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/mapper/AdminDataLabelMapper.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/main/resources/mapper/AdminDataLabelMapper.xml b/src/main/resources/mapper/AdminDataLabelMapper.xml
index facb873..500d050 100644
--- a/src/main/resources/mapper/AdminDataLabelMapper.xml
+++ b/src/main/resources/mapper/AdminDataLabelMapper.xml
@@ -223,15 +223,6 @@
         </foreach>
     </insert>
 
-  <update id="updateByPrimaryKey" parameterType="com.sztzjy.resource_center.entity.admin.AdminDataLabel">
-    update admin_data_label
-    set data_case_id = #{dataCaseId,jdbcType=VARCHAR},
-        label_id = #{labelId,jdbcType=VARCHAR},
-        name = #{name,jdbcType=VARCHAR},
-        type = #{type,jdbcType=VARCHAR}
-    where id = #{id,jdbcType=VARCHAR}
-  </update>
-
   <update id="updateBatch" parameterType="java.util.List">
     update admin_data_label
     <trim prefix="set" suffixOverrides=",">