Commit 60cfec93 authored by zp's avatar zp

排序

parent 077a3b13
...@@ -1938,7 +1938,7 @@ public class ProductServiceImpl implements ProductService, Constant { ...@@ -1938,7 +1938,7 @@ public class ProductServiceImpl implements ProductService, Constant {
break; break;
} }
sort = sort + "net_nav "; sort = (StringUtils.isEmpty(sort) ? 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