一、情況描述:
在做微信小程序的用戶注冊及推薦測試,然后把第一輪測試中的用戶相關數據全部truncate table,并重新開始再給用戶注冊及觀察推薦信息。
發現原有的那些參與測試的用戶,在再次測試中進行授權登錄,結果登錄的是別人的賬號,其中手機號碼也是別人的;不同手機中的微信小程序中對應的賬號竟然是同一個(ID相同,手機號碼相同)。
版本:多門店V2.5
二、需求幫助
請問以上情況是我沒有清空那些數據導致的?
三、truncate table 的數據(每次重新測試時truncate 的數據)
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; |