From 2931e0e1c02807de9ddc6edd8c28b4dd639a06b2 Mon Sep 17 00:00:00 2001 From: xiao12feng Date: Tue, 2 Dec 2025 15:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E3=80=81=E7=94=A8=E6=88=B7bu?= =?UTF-8?q?g=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/system/psychology/PsyUserProfileMapper.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ry-xinli-system/src/main/resources/mapper/system/psychology/PsyUserProfileMapper.xml b/ry-xinli-system/src/main/resources/mapper/system/psychology/PsyUserProfileMapper.xml index a93b90d1..c57e1af7 100644 --- a/ry-xinli-system/src/main/resources/mapper/system/psychology/PsyUserProfileMapper.xml +++ b/ry-xinli-system/src/main/resources/mapper/system/psychology/PsyUserProfileMapper.xml @@ -136,7 +136,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" profile_data, avatar, id_card, - birthday, prison, prison_area, @@ -158,7 +157,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{profileData}, #{avatar}, #{idCard}, - #{userName}, #{birthday}, #{prison}, #{prisonArea}, @@ -184,7 +182,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" profile_data = #{profileData}, avatar = #{avatar}, id_card = #{idCard}, - user_name = #{userName}, birthday = #{birthday}, prison = #{prison}, prison_area = #{prisonArea},