Merge remote-tracking branch 'origin/feature/updateyas' into gray
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -17,6 +17,7 @@ exports.productLst = function(req, res, next) { | @@ -17,6 +17,7 @@ exports.productLst = function(req, res, next) { | ||
17 | specified_sort: req.query.enum, | 17 | specified_sort: req.query.enum, |
18 | stocknumber: req.query.sn, | 18 | stocknumber: req.query.sn, |
19 | p_d: req.query.pd, | 19 | p_d: req.query.pd, |
20 | + noDup: req.query.noDup, | ||
20 | limit: req.query.limit || 10 | 21 | limit: req.query.limit || 10 |
21 | }; | 22 | }; |
22 | 23 |
-
Please register or login to post a comment