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
9efa3ace
authored
Nov 15, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_adjust_20181026' into development
parents
30b5d102
5f56280b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
app/Http/Controllers/PermController.php
app/Model/OrderModel.php
app/Http/Controllers/PermController.php
View file @
9efa3ace
...
...
@@ -63,6 +63,8 @@
if
(
empty
(
$userPerm
))
{
return
0
;
}
else
{
if
(
$userPerm
->
roles
==
'null'
)
return
0
;
$role
=
json_decode
(
$userPerm
->
roles
,
true
);
foreach
(
$role
as
$v
)
{
...
...
app/Model/OrderModel.php
View file @
9efa3ace
...
...
@@ -17,6 +17,9 @@ class OrderModel extends Model
// 订单导出
public
function
orderExport
(
$request
,
$info
)
{
set_time_limit
(
300
);
ini_set
(
'memory_limit'
,
'512M'
);
$map
=
array
();
$userMainModel
=
new
UserMainModel
();
...
...
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