1.修复广告分组,友情链接不展示
2.增加 9个友情链接模板到 替换模板分组里面
This commit is contained in:
@@ -39,7 +39,7 @@ class GuangGaoModel extends BaseModel
|
||||
{
|
||||
$arrGuangGao = [];
|
||||
$arrGGFZCode = GuangGaoFenZuModel::column('ggfz_code', 'ggfz_id');
|
||||
$GuangGaoModelAll = self::where('site_id',config('app.default_app_id'))->order('ggfz_id', 'desc')->order('gg_sort', 'desc')->where('gg_status',0)->select();
|
||||
$GuangGaoModelAll = self::order('ggfz_id', 'desc')->order('gg_sort', 'desc')->where('gg_status',0)->select();
|
||||
|
||||
foreach ($GuangGaoModelAll as $GuangGaoModel) {
|
||||
$GuangGaoModel->ggfz_id;
|
||||
|
||||
Reference in New Issue
Block a user