|
@@ -61,6 +61,9 @@
|
|
|
<if test="linkMan != null and linkMan != ''">
|
|
|
linkMan = #{linkMan},
|
|
|
</if>
|
|
|
+ <if test="linkManIdentity != null and linkManIdentity != ''">
|
|
|
+ linkManIdentity = #{linkManIdentity},
|
|
|
+ </if>
|
|
|
provinceID = #{provinceId}, cityID = #{cityId}, townID = #{townId}, address = #{address},
|
|
|
<if test="shopPhoto != null and shopPhoto != 'null' and shopPhoto != ''">
|
|
|
headpic = #{shopPhoto},
|
|
@@ -126,7 +129,7 @@
|
|
|
<insert id="insertClubTemporary" useGeneratedKeys="true" keyProperty="userId" keyColumn="id" parameterType="com.caimei365.user.model.dto.ClubOnlineDto">
|
|
|
INSERT INTO `club_temporary` (
|
|
|
`userId`, `name`, `shortName`, `bindMobile`,
|
|
|
- `contractEmail`, `linkMan`, `provinceId`,
|
|
|
+ `contractEmail`, `linkMan`, `linkManIdentity`, `provinceId`,
|
|
|
`cityId`, `townId`, `address`, `shopPhoto`,
|
|
|
`businessLicense`, `socialCreditCode`,
|
|
|
`firstClubType`, `secondClubType`,
|
|
@@ -136,7 +139,7 @@
|
|
|
VALUES
|
|
|
(
|
|
|
#{userId}, #{name}, #{shortName}, #{bindMobile},
|
|
|
- #{contractEmail}, #{linkMan}, #{provinceId},
|
|
|
+ #{contractEmail}, #{linkMan}, #{linkManIdentity}, #{provinceId},
|
|
|
#{cityId}, #{townId}, #{address}, #{shopPhoto},
|
|
|
#{businessLicense}, #{socialCreditCode},
|
|
|
#{firstClubType}, #{secondClubType},
|