From 0ef5bfe8ffe590c3d1171cfd88e5a0eec2a51546 Mon Sep 17 00:00:00 2001 From: chengqf <584883665@139.com> Date: Mon, 15 May 2023 20:53:22 +0800 Subject: [PATCH] register --- src/main/resources/mybatis/mapper/auth/UserRegisterDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/mapper/auth/UserRegisterDao.xml b/src/main/resources/mybatis/mapper/auth/UserRegisterDao.xml index 61b26f6..821a9b5 100644 --- a/src/main/resources/mybatis/mapper/auth/UserRegisterDao.xml +++ b/src/main/resources/mybatis/mapper/auth/UserRegisterDao.xml @@ -35,10 +35,10 @@ INSERT INTO user_register - (id,companyId,mobile,email,userId,realName,contactWay,companyName,creditNum, + (companyId,mobile,email,userId,realName,contactWay,companyName,creditNum, registerAddress,bussinessStatus,legalPerson,legalIdCard,checkStatus,registerTime, checkTime,comments) - values (#{id,jdbcType=VARCHAR},#{companyId,jdbcType=VARCHAR},#{mobile,jdbcType=VARCHAR}, + values (#{companyId,jdbcType=VARCHAR},#{mobile,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR},#{userId,jdbcType=VARCHAR},#{realName,jdbcType=VARCHAR}, #{contactWay,jdbcType=VARCHAR},#{companyName,jdbcType=VARCHAR},#{creditNum,jdbcType=VARCHAR}, #{registerAddress,jdbcType=VARCHAR},#{bussinessStatus,jdbcType=VARCHAR},#{legalPerson,jdbcType=VARCHAR},