From 72d8e3cde4863e15a6c284f3d7ccd0c304512af9 Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期一, 12 四月 2021 16:43:30 +0800
Subject: [PATCH] 新增

---
 src/main/resources/mybatis/exam/EntDemographyInfoMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mybatis/exam/EntDemographyInfoMapper.xml b/src/main/resources/mybatis/exam/EntDemographyInfoMapper.xml
index 47239b7..bb575b0 100644
--- a/src/main/resources/mybatis/exam/EntDemographyInfoMapper.xml
+++ b/src/main/resources/mybatis/exam/EntDemographyInfoMapper.xml
@@ -115,5 +115,8 @@
         </where>
         order by info_id
     </select>
-    
+    <select id="getlangType" resultType="java.lang.String">
+        SELECT lang_type FROM ent_demography_info where member_id = #{memberId} LIMIT 0,1
+    </select>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1