平平淡淡开开心心  
微信小程序全栈交流群 全球旅游旅行交流群
ALTER TABLE tb_user_type ADD INDEX user_type_index3 (report_type_id) 

ALTER TABLE tb_user_type ADD INDEX user_type_index2 (user_id) 
ALTER TABLE tb_user_type ADD INDEX user_type_index1 (id) 
 
ALTER TABLE tb_net_user ADD INDEX net_user_index2 (net_id)
ALTER TABLE tb_net_user ADD INDEX net_user_index1 (user_id)
 
ALTER TABLE tb_dept_type ADD INDEX dept_type_index2 (REPORT_TYPE_ID) 
ALTER TABLE tb_dept_type ADD INDEX dept_type_index1 (DEPT_ID)
posted on 2016-07-10 15:10  程序媛鼓励师  阅读(354)  评论(0编辑  收藏  举报