一、情況描述:
在做微信小程序的用戶(hù)注冊(cè)及推薦測(cè)試,然后把第一輪測(cè)試中的用戶(hù)相關(guān)數(shù)據(jù)全部truncate table,并重新開(kāi)始再給用戶(hù)注冊(cè)及觀察推薦信息。
發(fā)現(xiàn)原有的那些參與測(cè)試的用戶(hù),在再次測(cè)試中進(jìn)行授權(quán)登錄,結(jié)果登錄的是別人的賬號(hào),其中手機(jī)號(hào)碼也是別人的;不同手機(jī)中的微信小程序中對(duì)應(yīng)的賬號(hào)竟然是同一個(gè)(ID相同,手機(jī)號(hào)碼相同)。
版本:多門(mén)店V2.5
二、需求幫助
請(qǐng)問(wèn)以上情況是我沒(méi)有清空那些數(shù)據(jù)導(dǎo)致的?
三、truncate table 的數(shù)據(jù)(每次重新測(cè)試時(shí)truncate 的數(shù)據(jù))
truncate table eb_user_search; |
truncate table eb_user_visit; |
truncate table eb_user_bill; |
truncate table eb_user; |
truncate table eb_wechat_user; |
truncate table eb_user_money; |
truncate table eb_user_recharge; |
truncate table eb_user_brokerage; |
truncate table eb_user_spread; |
truncate table eb_user_friends; |
truncate table eb_user_address; |
truncate table eb_wechat_message; |
truncate table eb_store_order_status; |
truncate table eb_store_order; |
truncate table eb_store_order_cart_info; |
truncate table eb_store_order_refund; |
truncate table eb_cache; |
truncate table eb_store_integral; |
truncate table eb_capital_flow; |
truncate table eb_system_message; |
truncate table eb_store_product_stock_record; |