Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
沈志敏
2017-01-04 17:34:32 +0800
Commit
b1bef2222d9de2acf536a0cab714ec2b51ea99b1
1 parent
17015bbe
fix bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/individuation.js
apps/activity/controllers/individuation.js
View file @
b1bef22
...
...
@@ -5,7 +5,7 @@ exports.productLst = function(req, res, next) {
let
params
=
{
uid
:
req
.
query
.
uid
,
udid
:
req
.
query
.
udid
,
pi
d
:
req
.
query
.
pid
newPromotionI
d
:
req
.
query
.
pid
};
if
(
req
.
query
.
sort
)
{
...
...
Please
register
or
login
to post a comment