切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
9122af488a05dee3c130da1fdb82ffe69ce4705c
1 个父辈
7f1a4099
1 个管道 的构建
通过
耗费 0 秒
修改城市权重排列
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
8 行增加
和
2 行删除
app/portal/controller/EnjoyController.php
app/portal/controller/RegionController.php
app/portal/controller/EnjoyController.php
查看文件 @
9122af4
...
...
@@ -115,7 +115,10 @@ class EnjoyController extends HomeBaseController
->
where
(
'id'
,
'<>'
,
CityCategoryModel
::
djxq
)
->
where
(
'is_show'
,
1
)
->
where
(
'delete_time'
,
0
)
->
field
(
'id,name'
)
->
select
()
->
toArray
();
->
field
(
'id,name'
)
->
order
(
'weigh desc'
)
->
select
()
->
toArray
();
return
$res
;
}
}
...
...
app/portal/controller/RegionController.php
查看文件 @
9122af4
...
...
@@ -169,7 +169,10 @@ class RegionController extends HomeBaseController
->
where
(
'id'
,
'<>'
,
CityCategoryModel
::
xqgh_cc
)
->
where
(
'is_show'
,
1
)
->
where
(
'delete_time'
,
0
)
->
field
(
'id,name'
)
->
select
()
->
toArray
();
->
field
(
'id,name'
)
->
order
(
'weigh desc'
)
->
select
()
->
toArray
();
return
$res
;
}
...
...
请
注册
或
登录
后发表评论