|
...
|
...
|
@@ -53,7 +53,7 @@ class lyhDemo extends Command |
|
|
|
*/
|
|
|
|
public function aggregate_keyword_affix(){
|
|
|
|
$projectModel = new Project();
|
|
|
|
$lists = $projectModel->list(['delete_status' => 0,'project_type'=>0,'extend_type'=>0,'type'=>['in',[2,4]]], 'id', ['id']);
|
|
|
|
$lists = $projectModel->list(['delete_status' => 0,'project_type'=>0,'extend_type'=>0,'type'=>['in',[1,2,4]]], 'id', ['id']);
|
|
|
|
$keywordAffixModel = new AggregateKeywordAffix();
|
|
|
|
foreach ($lists as $val){
|
|
|
|
$info = $keywordAffixModel->read(['project_id'=>$val['id']]);
|
...
|
...
|
|