对单个字段进行排序

2021-02-10 22:19

阅读:645

标签:实体   排序   cts   nbsp   电影   cti   javascrip   null   oca   

1、实体类中添加属性

private String orderName;//排序的字段
private String orderMethod;//排序方式 如 asc desc

 2、前台添加方法

电影时长
价格
年代

function morder(orderName){
  var orderMethod = ‘${movieVO.orderMethod}‘;
  orderMethod= orderMethod==‘desc‘?‘asc‘:‘desc‘;
  location.href="http://www.soscw.com/selects?orderName="+orderName+"&orderMethod="+orderMethod;
}

3、mybits中添加排序sql



  order by ${orderName} ${orderMethod}

对单个字段进行排序

标签:实体   排序   cts   nbsp   电影   cti   javascrip   null   oca   

原文地址:https://www.cnblogs.com/shanzhongqi/p/12740535.html


评论


亲,登录后才可以留言!