|
...
|
...
|
@@ -64,11 +64,11 @@ class lyhDemo extends Command |
|
|
|
$projectModel = new Project();
|
|
|
|
$lists = $projectModel->list(['delete_status' => 0,'project_type'=>0,'extend_type'=>0,'type'=>2], 'id', ['id']);
|
|
|
|
foreach ($lists as $item){
|
|
|
|
if(in_array($item['project_id'],[467,110,3298])){
|
|
|
|
if(in_array($item['id'],[467,110,3298])){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$data = [
|
|
|
|
'project_id'=>$item['project_id'],
|
|
|
|
'project_id'=>$item['id'],
|
|
|
|
'prefix'=>$info['prefix'],
|
|
|
|
'suffix'=>$info['suffix']
|
|
|
|
];
|
...
|
...
|
|