|
|
|
@ -120,7 +120,8 @@ public class AdminGoodsController extends BaseController { |
|
|
|
} |
|
|
|
//排序方式
|
|
|
|
String orderStatus=request.getString("order_status"); |
|
|
|
qmap.put("orderway",StringUtils.isBlank(orderStatus)?"1":orderStatus); |
|
|
|
qmap.put("orderway",orderStatus); |
|
|
|
//qmap.put("orderway",StringUtils.isBlank(orderStatus)?"1":orderStatus);
|
|
|
|
|
|
|
|
// 查询返回的结果
|
|
|
|
Map retmap = goodsService.getGoodsByMap(qmap,ipage,ilimit); |
|
|
|
|