|
@ -275,6 +275,9 @@ |
|
|
<if test="isCross != null"> |
|
|
<if test="isCross != null"> |
|
|
is_cross = #{isCross,jdbcType=INTEGER}, |
|
|
is_cross = #{isCross,jdbcType=INTEGER}, |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="shopType != null"> |
|
|
|
|
|
shop_type = #{shopType,jdbcType=INTEGER}, |
|
|
|
|
|
</if> |
|
|
</set> |
|
|
</set> |
|
|
where shop_id = #{shopId,jdbcType=BIGINT} |
|
|
where shop_id = #{shopId,jdbcType=BIGINT} |
|
|
</update> |
|
|
</update> |
|
@ -283,7 +286,7 @@ |
|
|
SELECT a.shop_id, a.business_id, a.shop_code, a.shop_name, a.shop_brief, a.shop_phone, a.shop_password, a.charge_person_name, |
|
|
SELECT a.shop_id, a.business_id, a.shop_code, a.shop_name, a.shop_brief, a.shop_phone, a.shop_password, a.charge_person_name, |
|
|
a.charge_person_phone, a.shop_adress, a.effective_date, a.effective_year, a.contract_state, |
|
|
a.charge_person_phone, a.shop_adress, a.effective_date, a.effective_year, a.contract_state, |
|
|
a.authentication_state, a.check_state, a.`state`, a.authen_type, a.create_time, a.update_time, |
|
|
a.authentication_state, a.check_state, a.`state`, a.authen_type, a.create_time, a.update_time, |
|
|
a.audit_live, a.audit_live_product,b.business_name, a.is_cross, a.shop_logo |
|
|
|
|
|
|
|
|
a.audit_live, a.audit_live_product,b.business_name, a.is_cross, a.shop_logo, a.shop_type |
|
|
FROM cere_platform_shop a |
|
|
FROM cere_platform_shop a |
|
|
INNER JOIN cere_platform_business b ON a.business_id = b.business_id |
|
|
INNER JOIN cere_platform_business b ON a.business_id = b.business_id |
|
|
</sql> |
|
|
</sql> |
|
|