Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ylc.llewan.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
llewan
ylc.llewan.com
Commits
679f431c
Commit
679f431c
authored
Sep 30, 2018
by
734642908@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改游戏主题列表状态问题
parent
80c2c7ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
BaseController.class.php
Application/Home/Controller/BaseController.class.php
+1
-1
GameController.class.php
Application/Home/Controller/GameController.class.php
+1
-1
LogUtil.class.php
Application/Home/Utils/LogUtil.class.php
+2
-2
No files found.
Application/Home/Controller/BaseController.class.php
View file @
679f431c
...
...
@@ -9,7 +9,7 @@ use Home\Utils\LogUtil;
* 2、错误信息展示页面
*/
class
BaseController
extends
Controller
{
const
PROJECT_NAME
=
"
game
"
;
const
PROJECT_NAME
=
"
ylc.llewan.com
"
;
//任务数据列表
public
$taskList
=
array
(
...
...
Application/Home/Controller/GameController.class.php
View file @
679f431c
...
...
@@ -163,7 +163,7 @@ class GameController extends BaseController
public
function
themeList
()
{
$gameTheme
=
M
(
"yl_game_theme"
,
""
,
C
(
"LEWAN_HEZI"
))
->
where
(
array
(
'sta
ut
s'
=>
1
))
->
field
(
'sysid as id,name,game_list'
)
->
order
(
'sort desc'
)
->
select
();
$gameTheme
=
M
(
"yl_game_theme"
,
""
,
C
(
"LEWAN_HEZI"
))
->
where
(
array
(
'sta
tu
s'
=>
1
))
->
field
(
'sysid as id,name,game_list'
)
->
order
(
'sort desc'
)
->
select
();
if
(
!
empty
(
$gameTheme
))
{
$gameField
=
'sysid as id,name,icon,appid,gourl'
;
foreach
(
$gameTheme
as
$key
=>
$val
)
{
...
...
Application/Home/Utils/LogUtil.class.php
View file @
679f431c
...
...
@@ -2,8 +2,8 @@
namespace
Home\Utils
;
class
LogUtil
{
const
LOG_DIR
=
'/opt/logs/
game.llewan.com
'
;
static
$project
=
'
game
.llewan.com'
;
const
LOG_DIR
=
'/opt/logs/'
;
static
$project
=
'
ylc
.llewan.com'
;
/*
* 输入记录
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment