|
|
@ -318,7 +318,7 @@ |
|
|
|
SELECT a.business_id, a.business_code, a.business_name, a.business_brief, a.business_phone, a.charge_person_name, |
|
|
|
a.charge_person_phone, a.business_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.audit_live, a.audit_live_product,a.pc_domain,a.mobile_domain,a.hna_pay_id, a.bind_card_agr_no,a.hnapay_status, |
|
|
|
a.audit_live, a.audit_live_product,a.pc_domain,a.mobile_domain,a.hna_pay_id, a.bind_card_agr_no,a.hnapay_status,a.pay_mode, |
|
|
|
b.business_user_id, c.password businessPassword |
|
|
|
FROM cere_platform_business a |
|
|
|
INNER JOIN cere_business_user b ON a.business_id = b.business_id AND b.is_main_user = 1 |
|
|
@ -506,4 +506,8 @@ |
|
|
|
update cere_platform_business set hnapay_status=#{hnapayStatus} where business_id = #{businessId} |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="changeBusinessPayMode"> |
|
|
|
update cere_platform_business set pay_mode=#{payMode} where business_id = #{businessId} |
|
|
|
</update> |
|
|
|
|
|
|
|
</mapper> |