|
@@ -1351,7 +1351,7 @@ class Article extends Base
|
|
|
{
|
|
|
$sel_where = [];
|
|
|
$sel_where[] = ['p.user_id','=',$this->user_id];
|
|
|
- $sel_where[] = ['p.type','=',2];
|
|
|
+ $sel_where[] = ['p.type','=',3];
|
|
|
$sel_where[] = ['p.switch_value','=',1];
|
|
|
$field = 'p.id,p.switch_id as article_id,p.create_at,a.title,a.total_sequel';
|
|
|
$list = PlatformSwitch::field($field)
|