|
@@ -4,12 +4,14 @@
|
|
|
<insert id="insertAuth" keyColumn="id" keyProperty="id" useGeneratedKeys="true" parameterType="com.caimei.model.po.CmBrandAuthPo">
|
|
|
insert into cm_brand_auth (authUserId, authParty, provinceId, cityId, townId, address, lng, lat,
|
|
|
mobile, userMobile, firstClubType, secondClubType, medicalLicenseImage, empNum,
|
|
|
- logo, customFlag, remarks, status, createTime, createBy, createSource, auditBy,
|
|
|
+ logo, customFlag, remarks, authCode, authDate, authImageLogo, authImage,
|
|
|
+ authImageType, status, createTime, createBy, createSource, auditBy,
|
|
|
auditTime, auditStatus, shopAuditBy, shopAuditTime, shopAuditStatus, delFlag)
|
|
|
values (#{authUserId}, #{authParty}, #{provinceId}, #{cityId}, #{townId}, #{address}, #{lng}, #{lat},
|
|
|
#{mobile}, #{userMobile}, #{firstClubType}, #{secondClubType}, #{medicalLicenseImage}, #{empNum},
|
|
|
- #{logo}, #{customFlag}, #{remarks}, #{status}, NOW(), #{createBy}, #{createSource}, #{auditBy},
|
|
|
- #{auditTime}, #{auditStatus}, #{shopAuditBy}, #{shopAuditTime}, #{shopAuditStatus}, #{delFlag});
|
|
|
+ #{logo}, #{customFlag}, #{remarks}, #{authCode}, #{authDate}, #{authImageLogo}, #{authImage},
|
|
|
+ #{authImageType}, #{status}, NOW(), #{createBy}, #{createSource}, #{auditBy},
|
|
|
+ #{auditTime}, #{auditStatus}, #{shopAuditBy}, #{shopAuditTime}, #{shopAuditStatus}, #{delFlag})
|
|
|
</insert>
|
|
|
<insert id="insertBanner">
|
|
|
insert into cm_brand_auth_banner (authId, banner)
|
|
@@ -38,6 +40,11 @@
|
|
|
logo = #{logo},
|
|
|
customFlag = #{customFlag},
|
|
|
remarks = #{remarks},
|
|
|
+ authCode = #{authCode},
|
|
|
+ authDate = #{authDate},
|
|
|
+ authImageLogo = #{authImageLogo},
|
|
|
+ authImage = #{authImage},
|
|
|
+ authImageType = #{authImageType},
|
|
|
status = #{status},
|
|
|
auditStatus = #{auditStatus},
|
|
|
shopAuditStatus = #{shopAuditStatus}
|