@@ -1 +0,0 @@
-SELECT * FROM `mobile` WHERE `status` IN (0,3) AND `type` = 1 AND `filter_tail_abababa` = 1 AND `hold_chan` = 0 ORDER BY `sort_line` LIMIT 0,21
@@ -1,6 +0,0 @@
-delete from mobile where not EXISTS(select * from mobile_info where mobile_info.mobile_id=mobile.id)
-
-update mobile set sort_line=sort;
-update mobile set sort_line=-20 where top_time=1;
-update mobile set sort_line=-10 where rec_time=1;
-update mobile set sort_line=-activity_time where is_activity=1;