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},