Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2015-10-23 17:03:39 +0800
Commit
9637884d5aabc2ab9905db85974f95e1ec45679d
2 parents
5435ab45
69d85512
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
library/Plugin/DataProcess/NewSaleProcess.php
library/Plugin/DataProcess/NewSaleProcess.php
View file @
9637884
...
...
@@ -2,6 +2,7 @@
namespace
Plugin\DataProcess
;
use
Plugin\DataProcess\ListProcess
;
use
Plugin\Helpers
;
/**
...
...
@@ -28,6 +29,11 @@ class NewSaleProcess
continue
;
}
// 处理Filter
if
(
isset
(
$single
[
'filter'
]))
{
$result
[
'filter'
]
=
ListProcess
::
getFilterData
(
$single
[
'filter'
]);
}
// 处理Tabs
$noTab
=
true
;
if
(
isset
(
$single
[
'tabs'
])
&&
$noTab
)
{
...
...
Please
register
or
login
to post a comment