改造平台建店接口
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
decoration_planned_start_time,construction_completion_time,engineering_acceptance_signatures,
|
||||
operations_acceptance_signatures,partner_acceptance_signatures,
|
||||
create_time,update_time,deleted,plan_acceptance_time,actual_acceptance_time,booking_user,plan_exit_time,
|
||||
ks_account,verification_mobile,shop_location_screenshots,shop_doorway_photo,shop_Interior_photo
|
||||
ks_account,verification_mobile,shop_location_screenshots,shop_doorway_photo,shop_interior_photo
|
||||
</sql>
|
||||
<update id="updateByShopIDSelective">
|
||||
update xfsg_acceptance_info
|
||||
@@ -97,7 +97,7 @@
|
||||
shop_doorway_photo =#{shopDoorwayPhoto}
|
||||
</if>
|
||||
<if test="shopInteriorPhoto !=null">
|
||||
shop_Interior_photo =#{shopInteriorPhoto}
|
||||
shop_interior_photo =#{shopInteriorPhoto}
|
||||
</if>
|
||||
</set>
|
||||
where shop_id = #{shopId}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<result property="shopId" column="shop_id" jdbcType="BIGINT"/>
|
||||
<result property="auditId" column="audit_id" jdbcType="BIGINT"/>
|
||||
<result property="type" column="type" jdbcType="TINYINT"/>
|
||||
<result property="settlerName" column="settler_name" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardFront" column="settler_id_card_front" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardReverse" column="settler_id_card_reverse" jdbcType="VARCHAR"/>
|
||||
<result property="settlerIdCardNo" column="settler_id_card_no" jdbcType="VARCHAR"/>
|
||||
@@ -32,7 +33,7 @@
|
||||
<sql id="Base_Column_List">
|
||||
id
|
||||
,shop_id,audit_id,
|
||||
type,settler_id_card_front,settler_id_card_reverse,password,ks_account,
|
||||
type,settler_name,settler_id_card_front,settler_id_card_reverse,password,ks_account,
|
||||
settler_id_card_no,settler_bank_number,settler_bank_mobile,
|
||||
settler_bank_name,
|
||||
account,store_positioning_url,authorization_url,
|
||||
|
||||
Reference in New Issue
Block a user