update payment_center.bank_card t set t.user_id=(select id from payment_center.user where phone_no =$phone_no) where t.user_id=111112222233333;
update payment_center.bind_card_order t set t.user_id=(select id from payment_center.user where phone_no =$phone_no) where t.user_id=111112222233333;
update payment_center.card_bind_info t set t.user_id=(select id from payment_center.user where phone_no =$phone_no),bank_card_id=(select id from payment_center.bank_card where card_no=6227000010912341234 and user_id=(select id from payment_center.user where phone_no =$phone_no)) where t.user_id=111112222233333;
update payment_center.bank_card t set t.user_id=(select id from payment_center.user where phone_no ='$phone_no') where t.user_id=111112222233333;
update payment_center.bind_card_order t set t.user_id=(select id from payment_center.user where phone_no ='$phone_no') where t.user_id=111112222233333;
update payment_center.card_bind_info t set t.user_id=(select id from payment_center.user where phone_no ='$phone_no'),bank_card_id=(select id from payment_center.bank_card where card_no=$card_no and user_id=(select id from payment_center.user where phone_no ='$phone_no') order by id desc limit 1) where t.user_id=111112222233333;