作者 刘锟

upda

@@ -575,108 +575,7 @@ class Temp extends Command @@ -575,108 +575,7 @@ class Temp extends Command
575 */ 575 */
576 public function create_update_keyword_page() 576 public function create_update_keyword_page()
577 { 577 {
578 - $ids_str = '46  
579 -83  
580 -91  
581 -150  
582 -190  
583 -206  
584 -219  
585 -221  
586 -232  
587 -233  
588 -238  
589 -287  
590 -290  
591 -299  
592 -319  
593 -321  
594 -353  
595 -356  
596 -388  
597 -389  
598 -456  
599 -457  
600 -475  
601 -491  
602 -518  
603 -535  
604 -554  
605 -600  
606 -624  
607 -650  
608 -728  
609 -732  
610 -783  
611 -807  
612 -835  
613 -881  
614 -896  
615 -913  
616 -947  
617 -1001  
618 -1320  
619 -1336  
620 -1373  
621 -1424  
622 -1442  
623 -1455  
624 -1466  
625 -1505  
626 -1584  
627 -1597  
628 -1617  
629 -1682  
630 -1770  
631 -1816  
632 -1824  
633 -1835  
634 -1860  
635 -1870  
636 -1896  
637 -1913  
638 -1989  
639 -1991  
640 -1992  
641 -2022  
642 -2037  
643 -2059  
644 -2060  
645 -2062  
646 -2104  
647 -2115  
648 -2129  
649 -2131  
650 -2135  
651 -2191  
652 -2204  
653 -2217  
654 -2245  
655 -2257  
656 -2287  
657 -2309  
658 -2313  
659 -2330  
660 -2336  
661 -2337  
662 -2338  
663 -2351  
664 -2391  
665 -2418  
666 -2423  
667 -2435  
668 -2462  
669 -2496  
670 -2504  
671 -2505  
672 -2660  
673 -2768  
674 -2811  
675 -2874  
676 -3157  
677 -';  
678 - $ids_arr = array_filter(explode('  
679 -', $ids_str)); 578 + $ids_arr = ["46","83","91","150","190","206","219","221","232","233","238","287","290","299","319","321","353","356","388","389","456","457","475","491","518","535","554","600","624","650","728","732","783","807","835","881","896","913","947","1001","1320","1336","1373","1424","1442","1455","1466","1505","1584","1597","1617","1682","1770","1816","1824","1835","1860","1870","1896","1913","1989","1991","1992","2022","2037","2059","2060","2062","2104","2115","2129","2131","2135","2191","2204","2217","2245","2257","2287","2309","2313","2330","2336","2337","2338","2351","2391","2418","2423","2435","2462","2496","2504","2505","2660","2768","2811","2874","3157"];
680 $project_list = Project::select(['id', 'serve_id'])->whereIn('id', $ids_arr)->get(); 579 $project_list = Project::select(['id', 'serve_id'])->whereIn('id', $ids_arr)->get();
681 580
682 $domain_model = new DomainInfo(); 581 $domain_model = new DomainInfo();