|
|
|
@ -35,10 +35,10 @@
|
|
|
|
|
|
|
|
|
|
<insert id="insertUserRegister" keyProperty="id" parameterType="com.glxp.api.entity.auth.UserRegisterEntity">
|
|
|
|
|
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},
|
|
|
|
|