Commit 4aaeaa77 authored by zp's avatar zp

排序

parent 6828cce1
...@@ -1890,7 +1890,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1890,7 +1890,7 @@ public class ProductServiceImpl implements ProductService, Constant {
} }
} }
sort = sort + " net_nav "; sort = (StringUtils.isEmpty(sort) ? "" : sort) + " net_nav ";
if (StringUtils.isNotEmpty(req.getNetSort())) { if (StringUtils.isNotEmpty(req.getNetSort())) {
sort = sort + req.getNetSort(); sort = sort + req.getNetSort();
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment