From 9558ad87cc950bd67306aa31e5f3b7de367258ae Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 20 一月 2026 17:29:23 +0800
Subject: [PATCH] 2026.1.20 1. 新增自巡查承诺功能接口
---
src/main/resources/mapper/UserInfoWxMapper.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/UserInfoWxMapper.xml b/src/main/resources/mapper/UserInfoWxMapper.xml
index e51ef0b..ab69f66 100644
--- a/src/main/resources/mapper/UserInfoWxMapper.xml
+++ b/src/main/resources/mapper/UserInfoWxMapper.xml
@@ -7,6 +7,7 @@
-->
<id column="UI_Open_Id" property="uiOpenId" jdbcType="VARCHAR" />
<result column="UI_GUID" property="uiGuid" jdbcType="VARCHAR" />
+ <result column="CI_GUID" property="ciGuid" jdbcType="VARCHAR" />
<result column="UI_Nick_Name" property="uiNickName" jdbcType="VARCHAR" />
<result column="UI_Gender" property="uiGender" jdbcType="VARCHAR" />
<result column="UI_Country" property="uiCountry" jdbcType="VARCHAR" />
@@ -14,12 +15,13 @@
<result column="UI_City" property="uiCity" jdbcType="VARCHAR" />
<result column="UI_Avatar_Url" property="uiAvatarUrl" jdbcType="VARCHAR" />
<result column="UI_UnionId" property="uiUnionid" jdbcType="VARCHAR" />
+ <result column="PI_GUID" property="piGuid" jdbcType="VARCHAR" />
</resultMap>
<sql id="Base_Column_List" >
<!--
WARNING - @mbg.generated
-->
- UI_GUID, UI_Open_Id, UI_Nick_Name, UI_Gender, UI_Country, UI_Province, UI_City, UI_Avatar_Url,
- UI_UnionId
+ UI_Open_Id, UI_GUID, CI_GUID, UI_Nick_Name, UI_Gender, UI_Country, UI_Province, UI_City,
+ UI_Avatar_Url, UI_UnionId, PI_GUID
</sql>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3