Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
runner
9 years ago
Commit
aa1944be74d3a74101865056fcb00429565beb55
1 parent
5b71f127
list update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/ListProcess.php
library/Plugin/DataProcess/ListProcess.php
View file @
aa1944b
...
...
@@ -113,7 +113,7 @@ class ListProcess
foreach
(
$data
as
$key
=>
$one
)
{
$discount
=
array
();
$discount
[
'dataId'
]
=
$
key
;
$discount
[
'dataId'
]
=
$
one
[
'id'
]
;
$discount
[
'name'
]
=
$one
[
'name'
];
$result
[
'subs'
][]
=
$discount
;
...
...
Please
register
or
login
to post a comment