Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8fe33241
authored
Oct 09, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加竟调时间
parent
55fa7523
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/Http/Controllers/OrderController.php
config/website.php
app/Http/Controllers/OrderController.php
View file @
8fe33241
...
...
@@ -465,6 +465,8 @@ Class OrderController extends Controller
// 非尽调账号显示真实数据
if
(
$request
->
user
->
email
!=
'vpadmin@ichunt.com'
)
{
$map
[
'is_fake'
]
=
0
;
}
else
{
$map
[
'vp_time_set'
]
=
strtotime
(
Config
(
'website.vp_time_set'
));
}
$map
[
'order_goods_type'
]
=
$tid
;
...
...
config/website.php
View file @
8fe33241
...
...
@@ -25,7 +25,7 @@ return [
'check_access_api'
=>
'http://perm.liexin.net/api/perms/access'
,
// 竞调账户配置显示时间
'vp_time_set'
=>
'201
8-05-01
'
,
'vp_time_set'
=>
'201
9-8-30
'
,
// 基石服务地址
'SERVICE_DOMAIN'
=>
'http://192.168.1.100'
,
...
...
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