From a78907a2bbc5a1a95dbff703e22ab3e84fcd45e5 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Wed, 18 Aug 2021 17:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/official-account-user-mapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-wechat/src/main/resources/mybatis/mapper/official-account-user-mapper.xml b/module-wechat/src/main/resources/mybatis/mapper/official-account-user-mapper.xml index 1e16766e..eb8bc125 100644 --- a/module-wechat/src/main/resources/mybatis/mapper/official-account-user-mapper.xml +++ b/module-wechat/src/main/resources/mybatis/mapper/official-account-user-mapper.xml @@ -40,7 +40,7 @@ KEY `app_id` (`app_id`) USING BTREE, KEY `open_id` (`open_id`) USING BTREE, KEY `user_id` (`user_id`) USING BTREE, - KEY `user_code` (`user_code`) USING BTREE, + KEY `user_code` (`user_code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='小程序用户';